File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/controller/priorityqueue Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -889,7 +889,7 @@ func TestMetricsAreUpdatedForItemWhoseRequeueAfterExpiredThatGetsAddedAgainWitho
889889 })
890890}
891891
892- func TesWhenAddingMultipleItemsWithRatelimitTrueTheyDontAffectEachOther (t * testing.T ) {
892+ func TestWhenAddingMultipleItemsWithRatelimitTrueTheyDontAffectEachOther (t * testing.T ) {
893893 t .Parallel ()
894894 synctest .Test (t , func (t * testing.T ) {
895895 g := NewWithT (t )
@@ -927,7 +927,7 @@ func TesWhenAddingMultipleItemsWithRatelimitTrueTheyDontAffectEachOther(t *testi
927927
928928 forwardQueueTimeBy (5 * time .Millisecond )
929929 synctest .Wait ()
930- g .Expect (retrievedItem ).NotTo (BeClosed ())
930+ g .Expect (retrievedItem ).To (BeClosed ())
931931 g .Expect (retrievedSecondItem ).NotTo (BeClosed ())
932932
933933 forwardQueueTimeBy (635 * time .Millisecond )
You can’t perform that action at this time.
0 commit comments