9 lines
169 B
Swift
9 lines
169 B
Swift
|
|
import XCTest
|
||
|
|
|
||
|
|
final class CloserUITests: XCTestCase {
|
||
|
|
func testExample() throws {
|
||
|
|
// Placeholder — add UI tests here.
|
||
|
|
XCTAssertTrue(true)
|
||
|
|
}
|
||
|
|
}
|