Skip to content

Commit

Permalink
Update watch_pattern_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Feb 17, 2025
1 parent bf7f4a9 commit 08c7d8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/watcher/watch_pattern_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ func TestAnAssociatedEventTriggersTheWatcher(t *testing.T) {

select {
case <-watchPattern.trigger:
assert.True(t, true)
case <-time.After(2 * time.Second):
assert.Fail(t, "associated watchPattern did not trigger after 2s")
}
Expand Down

0 comments on commit 08c7d8f

Please # to comment.