mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-22 07:46:43 +08:00
12 lines
348 B
Swift
12 lines
348 B
Swift
import XCTest
|
|
@testable import CIMClient
|
|
|
|
final class CIMClientTests: 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(CIMClient().text, "Hello, World!")
|
|
}
|
|
}
|