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

12 lines
337 B
Swift
Raw Normal View History

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