diff --git a/tests/integration/api/DiscussionTest.php b/tests/integration/api/DiscussionTest.php
index 06ac640..8c5eac1 100644
--- a/tests/integration/api/DiscussionTest.php
+++ b/tests/integration/api/DiscussionTest.php
@@ -51,7 +51,7 @@ protected function setup(): void
['id' => 19, 'number' => 20, 'discussion_id' => 2, 'created_at' => Carbon::now(), 'user_id' => 4, 'type' => 'comment', 'content' => '@"Bad "#p6 User"#p9'],
['id' => 20, 'number' => 21, 'discussion_id' => 2, 'created_at' => Carbon::now(), 'user_id' => 40, 'type' => 'comment', 'content' => '@"Bad "#p6 User"#p9'],
['id' => 21, 'number' => 22, 'discussion_id' => 2, 'created_at' => Carbon::now(), 'user_id' => 4, 'type' => 'comment', 'content' => '@"acme"#p11'],
- ]
+ ],
]);
}
diff --git a/tests/integration/api/UserPreferencesTest.php b/tests/integration/api/UserPreferencesTest.php
index 10e38e0..8e72151 100644
--- a/tests/integration/api/UserPreferencesTest.php
+++ b/tests/integration/api/UserPreferencesTest.php
@@ -18,7 +18,7 @@
class UserPreferencesTest extends TestCase
{
use RetrievesAuthorizedUsers;
-
+
protected function setup(): void
{
parent::setup();
@@ -26,7 +26,7 @@ protected function setup(): void
$this->extension('flarum-tags', 'ianm-synopsis');
$this->prepareDatabase([
- 'users' => [$this->normalUser()]
+ 'users' => [$this->normalUser()],
]);
}