Merge pull request #109520 from cncal/lcn_cleanup_duplicate_code_snippet

Remove the duplicate code snippet in client-go delaying_queue tests
This commit is contained in:
Kubernetes Prow Robot 2022-05-04 01:28:56 -07:00 committed by GitHub
commit 78dbcb4233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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