From 1f5bfe8882afb808267962af01461f9ca39a4b59 Mon Sep 17 00:00:00 2001 From: Nick Santos <nicholas.j.santos@gmail.com> Date: Mon, 24 May 2021 11:13:38 -0400 Subject: [PATCH] test: clean up test loggers a bit (#4580) --- pkg/watch/notify_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }