From f80a799a450107e3a2e3686bdd60457e0c38e515 Mon Sep 17 00:00:00 2001 From: "mengjiao.liu" Date: Tue, 2 Mar 2021 10:44:41 +0800 Subject: [PATCH] modify the TestController2_updateCronJob test method description --- pkg/controller/cronjob/cronjob_controllerv2_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/cronjob/cronjob_controllerv2_test.go b/pkg/controller/cronjob/cronjob_controllerv2_test.go index 7fe64ca9c499..fee0910ab194 100644 --- a/pkg/controller/cronjob/cronjob_controllerv2_test.go +++ b/pkg/controller/cronjob/cronjob_controllerv2_test.go @@ -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{}