mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
fix lint
This commit is contained in:
parent
2bed3333bc
commit
2c062117d0
@ -1526,7 +1526,7 @@ func runWorkload(tCtx ktesting.TContext, tc *testCase, w *workload, informerFact
|
|||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
case <-tCtx.Done():
|
case <-tCtx.Done():
|
||||||
return nil, fmt.Errorf("op %d: %v", opIndex, context.Cause(tCtx))
|
return nil, fmt.Errorf("op %d: %w", opIndex, context.Cause(tCtx))
|
||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
err = executor.runOp(realOp, opIndex)
|
err = executor.runOp(realOp, opIndex)
|
||||||
|
Loading…
Reference in New Issue
Block a user