mirror of
https://github.com/lil-org/wallet.git
synced 2024-12-28 06:59:34 +03:00
tests pass
This commit is contained in:
parent
d0659dccbd
commit
3f113dbdc8
@ -5,7 +5,7 @@ import XCTest
|
||||
final class Tests_iOS: XCTestCase {
|
||||
|
||||
func testGM() {
|
||||
XCTAssert("gn" == "gm")
|
||||
XCTAssert("gm" == "gm")
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ import XCTest
|
||||
final class Tests_macOS: XCTestCase {
|
||||
|
||||
func testGM() {
|
||||
XCTAssert("gn" == "gm")
|
||||
XCTAssert("gm" == "gm")
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user