Skip to content

Commit

Permalink
Typo sneaked in..?
Browse files Browse the repository at this point in the history
  • Loading branch information
sil2100 committed Nov 17, 2023
1 parent dab970c commit dd6caf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/statemachine/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ func TestStateMachine_updateGrub_checkcmds(t *testing.T) {

gotCmds := strings.Split(strings.TrimSpace(string(readStdout)), "\n")
if len(expectedCmds) != len(gotCmds) {
a t.Fatalf("%v commands to be executed, expected %v", len(gotCmds), len(expectedCmds))
t.Fatalf("%v commands to be executed, expected %v", len(gotCmds), len(expectedCmds))
}

for i, gotCmd := range gotCmds {
Expand Down

0 comments on commit dd6caf4

Please sign in to comment.