mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #99614 from mengjiao-liu/update_cronjob_test_desc
modify the TestController2_updateCronJob test method description
This commit is contained in:
commit
c8fe1d9c06
@ -321,7 +321,7 @@ func (f *fakeQueue) AddAfter(key interface{}, t time.Duration) {
|
|||||||
f.key = key
|
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) {
|
func TestController2_updateCronJob(t *testing.T) {
|
||||||
cjc := &fakeCJControl{}
|
cjc := &fakeCJControl{}
|
||||||
jc := &fakeJobControl{}
|
jc := &fakeJobControl{}
|
||||||
|
Loading…
Reference in New Issue
Block a user