// // remote_client_iosTests.swift // remote-client-iosTests // // Created by p4piwabl0 on 6/30/26. // import Testing @testable import remote_client_ios struct remote_client_iosTests { @Test func example() async throws { // Write your test here and use APIs like `#expect(...)` to check expected conditions. } }