Files
omnivore/apple/OmnivoreKit/Tests/AppTests/AppTests.swift
2022-02-24 15:07:32 -08:00

16 lines
354 B
Swift

@testable import App
import XCTest
final class AppTests: 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)
]
}