Skip to content

Commit

Permalink
Merge pull request kubernetes#109520 from cncal/lcn_cleanup_duplicate…
Browse files Browse the repository at this point in the history
…_code_snippet

Remove the duplicate code snippet in client-go delaying_queue tests
  • Loading branch information
k8s-ci-robot authored May 4, 2022
2 parents 7e8a35e + af438ab commit 78dbcb4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 78dbcb4

Please sign in to comment.