mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-25 19:43:22 +00:00
Final Lint Fix
This commit is contained in:
parent
aa9f38c36d
commit
ef6a0eb6d8
@ -4872,6 +4872,7 @@ func TestJobBackoffForOnFailure(t *testing.T) {
|
|||||||
|
|
||||||
// run
|
// run
|
||||||
err := manager.syncJob(context.TODO(), testutil.GetKey(job, t))
|
err := manager.syncJob(context.TODO(), testutil.GetKey(job, t))
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("unexpected error syncing job. Got %#v", err)
|
t.Errorf("unexpected error syncing job. Got %#v", err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user