mirror of
https://github.com/lil-org/wallet.git
synced 2025-01-08 14:29:51 +03:00
12 lines
140 B
Swift
12 lines
140 B
Swift
// ∅ 2024 lil org
|
|
|
|
import XCTest
|
|
|
|
final class Tests_macOS: XCTestCase {
|
|
|
|
func testGM() {
|
|
XCTAssert("gm" == "gm")
|
|
}
|
|
|
|
}
|