diff --git a/pkg/watch/notify_test.go b/pkg/watch/notify_test.go index 4cceabd7e..b66e625bd 100644 --- a/pkg/watch/notify_test.go +++ b/pkg/watch/notify_test.go @@ -13,6 +13,7 @@ import ( "time" "github.com/stretchr/testify/assert" + "github.com/windmilleng/tilt/internal/logger" "github.com/windmilleng/tilt/internal/testutils/tempdir" )