mirror of
https://github.com/lil-org/wallet.git
synced 2024-12-28 06:59:34 +03:00
12 lines
172 B
Swift
12 lines
172 B
Swift
// Copyright © 2023 Tokenary. All rights reserved.
|
|
|
|
import XCTest
|
|
|
|
final class Tests_macOS: XCTestCase {
|
|
|
|
func testGM() {
|
|
XCTAssert("gm" == "gm")
|
|
}
|
|
|
|
}
|