Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1li committed Dec 26, 2024
1 parent cd67de2 commit a7afd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test_cases/invalid_command_type_test_case.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (t *InvalidCommandTypeTestCase) Run(asserter *logged_shell_asserter.LoggedS
Command: "type " + t.Command,
ExpectedOutput: t.getExpectedOutput(),
FallbackPatterns: t.getFallbackPatterns(),
SuccessMessage: "✓ Received command not found message",
SuccessMessage: "✓ Received expected response",
}

if err := testCase.Run(asserter, shell, logger); err != nil {
Expand Down

0 comments on commit a7afd97

Please sign in to comment.