Skip to content

Commit

Permalink
test: Fix watcher test
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark committed Jun 14, 2024
1 parent 677f1cb commit e6d1442
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/watcher/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ func TestWatcher(t *testing.T) {
filepath.Join(base, "newname/subdir"),
})

require.Len(t, notifications, 0,
"notifications channel buffer must now be empty")

// Event 0
require.Contains(t, events, fsnotify.Event{
Op: fsnotify.Create,
Expand Down

0 comments on commit e6d1442

Please sign in to comment.