mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +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")
|
@Test("Session updates are reflected")
|
||||||
func sessionUpdates() async {
|
func sessionUpdates() async {
|
||||||
// Get initial state
|
// Get initial state
|
||||||
let initialCount = monitor.sessionCount
|
_ = monitor.sessionCount
|
||||||
|
|
||||||
// Refresh to get latest
|
// Refresh to get latest
|
||||||
await monitor.refresh()
|
await monitor.refresh()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue