Impressia/PixelfedKit/Tests/PixelfedKitTests/PixelfedKitTests.swift

12 lines
355 B
Swift
Raw Normal View History

2023-01-10 08:04:25 +01:00
import XCTest
2023-02-19 10:43:37 +01:00
@testable import PixelfedKit
2023-01-10 08:04:25 +01:00
2023-02-19 10:43:37 +01:00
final class PixelfedKitTests: XCTestCase {
2023-01-10 08:04:25 +01:00
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.
2023-02-19 10:43:37 +01:00
// XCTAssertEqual(PixelfedKit().text, "Hello, World!")
2023-01-10 08:04:25 +01:00
}
}