tests pass

This commit is contained in:
ivan grachev 2023-11-23 04:38:36 +03:00
parent d0659dccbd
commit 3f113dbdc8
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import XCTest
final class Tests_iOS: XCTestCase {
func testGM() {
XCTAssert("gn" == "gm")
XCTAssert("gm" == "gm")
}
}

View File

@ -5,7 +5,7 @@ import XCTest
final class Tests_macOS: XCTestCase {
func testGM() {
XCTAssert("gn" == "gm")
XCTAssert("gm" == "gm")
}
}