X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c724bfe4d37037e90a305b5ff9410070ccf90bb9..refs/pull/5280/head:/tests/Commands/CopyShelfPermissionsCommandTest.php diff --git a/tests/Commands/CopyShelfPermissionsCommandTest.php b/tests/Commands/CopyShelfPermissionsCommandTest.php index c4b9fe6f3..5c21a2e34 100644 --- a/tests/Commands/CopyShelfPermissionsCommandTest.php +++ b/tests/Commands/CopyShelfPermissionsCommandTest.php @@ -11,7 +11,7 @@ class CopyShelfPermissionsCommandTest extends TestCase { $this->artisan('bookstack:copy-shelf-permissions') ->expectsOutput('Either a --slug or --all option must be provided.') - ->assertExitCode(0); + ->assertExitCode(1); } public function test_copy_shelf_permissions_command_using_slug()