X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8c16b15a9f945b72d2ca4fe0c0172ba422199bc..refs/pull/2376/head:/tests/Permissions/RestrictionsTest.php diff --git a/tests/Permissions/RestrictionsTest.php b/tests/Permissions/RestrictionsTest.php index 7d6c1831a..a43a65e58 100644 --- a/tests/Permissions/RestrictionsTest.php +++ b/tests/Permissions/RestrictionsTest.php @@ -58,7 +58,7 @@ class RestrictionsTest extends BrowserKitTest public function test_bookshelf_update_restriction() { - $shelf = BookShelf::first(); + $shelf = Bookshelf::first(); $this->actingAs($this->user) ->visit($shelf->getUrl('/edit'))