Skip to content

Commit

Permalink
ci: trigger ci fixture gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Jan 7, 2025
1 parent 34893ef commit d9dc089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/stage2.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func testInvalidCommand(stageHarness *test_case_harness.TestCaseHarness) error {
}

testCase := test_cases.InvalidCommandTestCase{
Command: getRandomInvalidCommand(),
Command: "invalid",
}
if err := testCase.RunWithoutNextPromptAssertion(asserter, shell, logger); err != nil {
return err
Expand Down

0 comments on commit d9dc089

Please sign in to comment.