Skip to content

Commit 311133f

Browse files
committed
fix
1 parent cd69e1a commit 311133f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Coder-Desktop/VPNLibTests/TunnelDaemonTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ struct TunnelDaemonTests {
5252
let daemon = try await TunnelDaemon(binaryPath: executableURL) { error in
5353
continuation.yield(error)
5454
}
55-
_ = daemon // ensure daemon stays alive
5655

5756
guard let capturedError = await errors.first(where: { _ in true }) else {
5857
Issue.record("onFail was never called")

0 commit comments

Comments
 (0)