We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55f0d0 commit 3e0e0bbCopy full SHA for 3e0e0bb
debounce/refresh_debouncer_test.go
@@ -214,7 +214,7 @@ func TestErrorBroadcaster_MultipleListeners(t *testing.T) {
214
}()
215
wg.Wait()
216
if loadedVal := result.Load(); loadedVal != nil {
217
- t.Errorf(loadedVal.(error).Error())
+ t.Error(loadedVal.(error).Error())
218
}
219
220
@@ -249,6 +249,6 @@ func TestErrorBroadcaster_StopWithoutBroadcast(t *testing.T) {
249
250
251
252
253
254
0 commit comments