X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/7c86c26cd0585a063ca4905a1302301e3c1d2e19..refs/pull/3698/head:/tests/Commands/ResetMfaCommandTest.php diff --git a/tests/Commands/ResetMfaCommandTest.php b/tests/Commands/ResetMfaCommandTest.php index 550f6d390..e65a048ef 100644 --- a/tests/Commands/ResetMfaCommandTest.php +++ b/tests/Commands/ResetMfaCommandTest.php @@ -58,7 +58,7 @@ class ResetMfaCommandTest extends TestCase public function test_giving_non_existing_user_shows_error_message() { - $this->artisan("bookstack:reset-mfa --email=donkeys@example.com") + $this->artisan('bookstack:reset-mfa --email=donkeys@example.com') ->expectsOutput('A user where email=donkeys@example.com could not be found.') ->assertExitCode(1); }