fix: update macOS IPC tests

This commit is contained in:
Peter Steinberger
2026-01-16 07:58:30 +00:00
parent d43d4fcced
commit 66377fc030
9 changed files with 26 additions and 20 deletions
@@ -74,6 +74,10 @@ struct MacNodeRuntimeTests {
{
CLLocation(latitude: 0, longitude: 0)
}
func confirmSystemRun(command: String, cwd: String?) async -> SystemRunDecision {
.allowOnce
}
}
let services = await MainActor.run { FakeMainActorServices() }