X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8f3adcda5d0e19c6ad1318f2e478e133d454a8de..dd4d2f4696edb68ace506abf18aa7a8e19dba164:/tests/Entity/EntityTest.php diff --git a/tests/Entity/EntityTest.php b/tests/Entity/EntityTest.php index 34b8d617a..647676ec7 100644 --- a/tests/Entity/EntityTest.php +++ b/tests/Entity/EntityTest.php @@ -153,7 +153,7 @@ class EntityTest extends BrowserKitTest ->seePageIs('/books/my-first-book') ->see($book->name)->see($book->description); - $book = factory(Book::class)->latest(); + $book = factory(Book::class)->latest(); $this->assertDatabaseHas('images', [ 'id' => $book->image ]);