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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user