mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-13 12:35:54 +00:00
fix: remove unused variable warning in SessionMonitorTests
This commit is contained in:
parent
31ea2776fe
commit
f4c82da2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue