1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Applied styleci changes for conversion work

This commit is contained in:
Dan Brown
2022-06-19 18:14:53 +01:00
parent 85f59b5275
commit ba25dda031
12 changed files with 12 additions and 14 deletions

View 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();