diff --git a/internal/library/watcher_test.go b/internal/library/watcher_test.go index b971e480..0d53a74e 100644 --- a/internal/library/watcher_test.go +++ b/internal/library/watcher_test.go @@ -43,7 +43,7 @@ func TestDrainPending(t *testing.T) { t.Run("returns paths and clears the set", func(t *testing.T) { pending := map[string]struct{}{ - "/music/a.mp3": {}, + "/music/a.mp3": {}, "/music/b.flac": {}, } got := drainPending(pending)