Add ErrorHandler type to changelog

This commit is contained in:
Ken Hibino
2020-02-29 21:34:12 -08:00
parent a4e4c0b1d5
commit 897ab4e28b
2 changed files with 5 additions and 1 deletions

View File

@@ -197,7 +197,7 @@ func TestProcessorRetry(t *testing.T) {
}
if n != tc.wantErrCount {
t.Errorf("error handler was called %d, want %d", n, tc.wantErrCount)
t.Errorf("error handler was called %d times, want %d", n, tc.wantErrCount)
}
}
}