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