Skip to content

Commit 2c06211

Browse files
committed
fix lint
1 parent 2bed333 commit 2c06211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/scheduler_perf/scheduler_perf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ func runWorkload(tCtx ktesting.TContext, tc *testCase, w *workload, informerFact
15261526
}
15271527
select {
15281528
case <-tCtx.Done():
1529-
return nil, fmt.Errorf("op %d: %v", opIndex, context.Cause(tCtx))
1529+
return nil, fmt.Errorf("op %d: %w", opIndex, context.Cause(tCtx))
15301530
default:
15311531
}
15321532
err = executor.runOp(realOp, opIndex)

0 commit comments

Comments
 (0)