wallet/Tests macOS/Tests_macOS.swift
2024-01-23 14:02:43 +03:00

12 lines
140 B
Swift

// 2024 lil org
import XCTest
final class Tests_macOS: XCTestCase {
func testGM() {
XCTAssert("gm" == "gm")
}
}