Skip to content

Commit

Permalink
modify the TestController2_updateCronJob test method description
Browse files Browse the repository at this point in the history
  • Loading branch information
mengjiao-liu committed Mar 4, 2021
1 parent 4f93175 commit f80a799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/cronjob/cronjob_controllerv2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (f *fakeQueue) AddAfter(key interface{}, t time.Duration) {
f.key = key
}

// this test will take around 61 seconds to complete
// this test will take around 1 seconds to complete
func TestController2_updateCronJob(t *testing.T) {
cjc := &fakeCJControl{}
jc := &fakeJobControl{}
Expand Down

0 comments on commit f80a799

Please sign in to comment.