Skip to content

Commit

Permalink
fix ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jingdi.zhu committed Jan 19, 2025
1 parent 096e398 commit f7febd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ func TestEngineExit(t *testing.T) {
},
{
name: "process timeout",
setup: func(_ *Engine, exitCode chan<- int) {
setup: func(_ *Engine, _ chan<- int) {
},
expectCode: 0,
wantCalled: false,
Expand Down

0 comments on commit f7febd4

Please sign in to comment.