Impressia/PixelfedKit/Tests/PixelfedKitTests/PixelfedKitTests.swift

12 lines
352 B
Swift
Raw Normal View History

2023-01-10 08:04:25 +01:00
import XCTest
@testable import MastodonKit
final class MastodonKitTests: XCTestCase {
func testExample() throws {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(MastodonKit().text, "Hello, World!")
}
}