Skip to content

Commit d06823b

Browse files
committed
add a fake case
1 parent c695aba commit d06823b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CodeUITests/CodeUITests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ final class CodeUITests: XCTestCase {
1717
// UserDefaults.standard.removePersistentDomain(forName: Bundle.main.bundleIdentifier!)
1818
}
1919

20+
func testMinimal() {
21+
XCTAssertTrue(true)
22+
}
23+
2024
/*
2125
// https://github.com/thebaselab/codeapp/issues/746
2226
@MainActor

0 commit comments

Comments
 (0)