diff --git a/pkg/watch/notify_test.go b/pkg/watch/notify_test.go index 835ab5c09..357b5e763 100644 --- a/pkg/watch/notify_test.go +++ b/pkg/watch/notify_test.go @@ -632,7 +632,7 @@ func (f *notifyFixture) rebuildWatcher() { } // create a new watcher - notify, err := NewWatcher(f.paths, f.ignore, logger.NewLogger(logger.DebugLvl, f.out)) + notify, err := NewWatcher(f.paths, f.ignore, logger.NewTestLogger(f.out)) if err != nil { f.T().Fatal(err) }