mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-06 19:49:08 +00:00
Remove the duplicate code snippet in client-go delaying_queue tests
Kubernetes-commit: af438abbf332e26e2f3f729627bf9764c9b1feef
This commit is contained in:
parent
211d8a7adf
commit
152e68ff13
@ -123,9 +123,6 @@ func TestDeduping(t *testing.T) {
|
|||||||
if q.Len() != 0 {
|
if q.Len() != 0 {
|
||||||
t.Errorf("should not have added")
|
t.Errorf("should not have added")
|
||||||
}
|
}
|
||||||
if q.Len() != 0 {
|
|
||||||
t.Errorf("should not have added")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestAddTwoFireEarly(t *testing.T) {
|
func TestAddTwoFireEarly(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user