diff --git a/util/workqueue/delaying_queue_test.go b/util/workqueue/delaying_queue_test.go index 50d0c34d..0967a755 100644 --- a/util/workqueue/delaying_queue_test.go +++ b/util/workqueue/delaying_queue_test.go @@ -123,9 +123,6 @@ func TestDeduping(t *testing.T) { if q.Len() != 0 { t.Errorf("should not have added") } - if q.Len() != 0 { - t.Errorf("should not have added") - } } func TestAddTwoFireEarly(t *testing.T) {