IceCubesApp/Packages/Models/Tests/ModelsTests/ModelsTests.swift

12 lines
317 B
Swift
Raw Normal View History

2022-11-29 08:28:17 +00:00
@testable import Models
2023-01-17 10:36:01 +00:00
import XCTest
2022-11-29 08:28:17 +00:00
final class ModelsTests: 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(Models().text, "Hello, World!")
}
2022-11-29 08:28:17 +00:00
}