test: clean up test loggers a bit (#4580)

This commit is contained in:
Nick Santos 2021-05-24 11:13:38 -04:00 committed by Nicolas De loof
parent f79c75ab10
commit 1f5bfe8882
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}