Skip to content

Commit

Permalink
test: fix question
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Mar 4, 2024
1 parent 35b8ef0 commit 65da0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Features/Commands/UpdateTsconfigCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
set_env('production');
this()->artisan('vite:tsconfig')
->expectsConfirmation(
question: 'Do you really wish to run this command?',
question: 'Are you sure you want to run this command?',
answer: 'yes'
)
->assertExitCode(0);
Expand Down

0 comments on commit 65da0ab

Please # to comment.