omnivore/apple/OmnivoreKit/Tests/ModelsTests/ModelsTests.swift

16 lines
359 B
Swift
Raw Permalink Normal View History

2022-02-11 17:24:33 +00:00
@testable import Models
import XCTest
final class ViewsTests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual("Hello", "Hello")
}
static var allTests = [
("testExample", testExample)
]
}