mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
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:
commit
78dbcb4233
1 changed files with 0 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue