WalletBackendTests.swift (361B)
1 /* 2 * This file is part of GNU Taler, ©2022-23 Taler Systems S.A. 3 * See LICENSE.md 4 */ 5 import XCTest 6 @testable import Taler 7 8 class WalletBackendTests: XCTestCase { 9 // TODO: Test multiple backends. This ends up hanging, and this should not happen! 10 11 func testX() { 12 let _ = try! WalletBackend() 13 //let _ = try! WalletBackend() 14 } 15 }