Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Sep 22, 2023
1 parent 87543df commit 6bdb164
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/acctests/sos/sos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ type Step struct {
PreparedFiles LocalFiles
ClearDownloadDirBeforeCommands bool
Commands []string
ExpectErrorInCommandNr int
ExpectedDownloadFiles LocalFiles

// 0 means don't expect an error, counting starts at 1
ExpectErrorInCommandNr int
ExpectedDownloadFiles LocalFiles
}

type SOSTest struct {
Expand Down

0 comments on commit 6bdb164

Please sign in to comment.