]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/BooksApiTest.php
Added language list favourites sorting, updated styles
[bookstack] / tests / Api / BooksApiTest.php
index fb3244e55b4d57b468fdea17582614a32a76ff0c..f426cff7358fba2e54a4bbfa63dd82b18f20f7d8 100644 (file)
@@ -139,7 +139,7 @@ class BooksApiTest extends TestCase
 
         // Ensure further updates without image do not clear cover image
         $resp = $this->put($this->baseEndpoint . "/{$book->id}", [
-            'name' => 'My updated book again'
+            'name' => 'My updated book again',
         ]);
         $book->refresh();