Skip to content

Commit

Permalink
Test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmlozano committed Jan 13, 2022
1 parent 31b8f9e commit a3e749f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Commands/ServersRebootCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
);
$this->artisan('servers:reboot --all')
->expectsConfirmation('Are you sure you want to reboot all servers?', 'yes')
->expectsOutput('==> Server queued for reboot.');
->expectsOutput('==> Servers queued for reboot.');
});

0 comments on commit a3e749f

Please sign in to comment.