fix: remove unused variable warning in SessionMonitorTests

This commit is contained in:
Peter Steinberger 2025-06-22 08:03:43 +02:00
parent 31ea2776fe
commit f4c82da2f6

View file

@ -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()