We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd69e1a commit 311133fCopy full SHA for 311133f
1 file changed
Coder-Desktop/VPNLibTests/TunnelDaemonTests.swift
@@ -52,7 +52,6 @@ struct TunnelDaemonTests {
52
let daemon = try await TunnelDaemon(binaryPath: executableURL) { error in
53
continuation.yield(error)
54
}
55
- _ = daemon // ensure daemon stays alive
56
57
guard let capturedError = await errors.first(where: { _ in true }) else {
58
Issue.record("onFail was never called")
0 commit comments