wallet/Tests macOS/Tests_macOS.swift
2023-11-23 04:38:36 +03:00

12 lines
172 B
Swift

// Copyright © 2023 Tokenary. All rights reserved.
import XCTest
final class Tests_macOS: XCTestCase {
func testGM() {
XCTAssert("gm" == "gm")
}
}