ULID.swift/Tests/ULID.swiftTests/ULID_swiftTests.swift

16 lines
415 B
Swift

import XCTest
@testable import ULID_swift
final class ULID_swiftTests: 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(ULID_swift().text, "Hello, World!")
}
static var allTests = [
("testExample", testExample),
]
}