]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/EntityTest.php
Resolves book heading issues in grid view.
[bookstack] / tests / Entity / EntityTest.php
index 34b8d617ac5837201423035ba7060debcfd5e1b6..647676ec75772d5b47b5a9e2e035db493cb29f93 100644 (file)
@@ -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
         ]);