diff --git a/integration_test.go b/integration_test.go index 8b7e9d3e..30b68ad1 100644 --- a/integration_test.go +++ b/integration_test.go @@ -444,7 +444,7 @@ func TestFsnotifyDeleteWatchedDir(t *testing.T) { // Receive errors on the error channel on a separate goroutine go func() { for err := range watcher.Errors { - t.Fatalf("error received: %s", err) + t.Error("error received: %s", err) } }()