From f4c82da2f67a925f5fde26ad78a2b1b6bca0a12e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Jun 2025 08:03:43 +0200 Subject: [PATCH] fix: remove unused variable warning in SessionMonitorTests --- mac/VibeTunnelTests/SessionMonitorTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/VibeTunnelTests/SessionMonitorTests.swift b/mac/VibeTunnelTests/SessionMonitorTests.swift index 80a3a7e2..01bad489 100644 --- a/mac/VibeTunnelTests/SessionMonitorTests.swift +++ b/mac/VibeTunnelTests/SessionMonitorTests.swift @@ -101,7 +101,7 @@ final class SessionMonitorTests { @Test("Session updates are reflected") func sessionUpdates() async { // Get initial state - let initialCount = monitor.sessionCount + _ = monitor.sessionCount // Refresh to get latest await monitor.refresh()