Remove the duplicate code snippet in client-go delaying_queue tests

This commit is contained in:
cncal 2022-04-17 15:55:33 +08:00
parent a750d8054a
commit af438abbf3

View File

@ -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) {