1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +03:00

Applied latest styleci changes

This commit is contained in:
Dan Brown
2022-07-23 15:11:06 +01:00
parent 72c8b138e1
commit 840a1ea011
6 changed files with 19 additions and 20 deletions

View File

@@ -149,6 +149,5 @@ class UserPreferencesTest extends TestCase
$this->withHtml($resp) $this->withHtml($resp)
->assertElementExists('.featured-image-container') ->assertElementExists('.featured-image-container')
->assertElementNotExists('.content-wrap .entity-list-item'); ->assertElementNotExists('.content-wrap .entity-list-item');
} }
} }