Skip to content

Commit

Permalink
Fixed expected confirmation prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
slavarazum committed Mar 25, 2024
1 parent 9e2108b commit 8b953ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/BroadcastingInstallCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function () {
'no'
)
->expectsConfirmation(
'Star our repo on GitHub during installation?',
'Star Wave repo on GitHub during installation?',
'no'
)
->expectsOutputToContain('Installing and building Node dependencies.')
Expand Down

0 comments on commit 8b953ce

Please sign in to comment.