mirror of
https://github.com/samsonjs/SwiftTimeZoneLookup.git
synced 2026-04-24 14:27:43 +00:00
11 lines
376 B
Swift
11 lines
376 B
Swift
import XCTest
|
|
@testable import SwiftTimeZoneLookup
|
|
|
|
final class SwiftTimeZoneLookupTests: 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(SwiftTimeZoneLookup().text, "Hello, World!")
|
|
}
|
|
}
|