mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-08 00:01:40 +00:00
Remove the duplicate code snippet in client-go delaying_queue tests
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user