Remove the duplicate code snippet in client-go delaying_queue tests

Kubernetes-commit: af438abbf332e26e2f3f729627bf9764c9b1feef
This commit is contained in:
cncal 2022-04-17 15:55:33 +08:00 committed by Kubernetes Publisher
parent 211d8a7adf
commit 152e68ff13

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