Final Lint Fix

This commit is contained in:
Sharpz7 2023-08-17 17:20:43 +00:00
parent aa9f38c36d
commit ef6a0eb6d8

View File

@ -4872,6 +4872,7 @@ func TestJobBackoffForOnFailure(t *testing.T) {
// run
err := manager.syncJob(context.TODO(), testutil.GetKey(job, t))
if err != nil {
t.Errorf("unexpected error syncing job. Got %#v", err)
}