IceCubesApp/Packages/Timeline/Tests/TimelineTests/TimelineTests.swift

12 lines
323 B
Swift
Raw Normal View History

2022-11-21 08:31:32 +00:00
@testable import Timeline
2023-01-17 10:36:01 +00:00
import XCTest
2022-11-21 08:31:32 +00:00
final class TimelineTests: XCTestCase {
2023-01-17 10:36:01 +00: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.
XCTAssertEqual(Timeline().text, "Hello, World!")
}
2022-11-21 08:31:32 +00:00
}