Skip to content

Commit

Permalink
test: cleanup order of args
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Jan 23, 2023
1 parent 11a394d commit e2506f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/linux/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1550,10 +1550,10 @@ func TestLinux_StreamBuild(t *testing.T) {
tests := []struct {
name string
failure bool
runtime string
earlyExecExit bool
earlyBuildDone bool
logError bool
runtime string
pipeline string
msgCount int
messageKey string
Expand Down

0 comments on commit e2506f7

Please sign in to comment.