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