diff --git a/tests/HttpTest/ViewTest/ComposersTest/UserPanelComposerTest.php b/tests/HttpTest/ViewTest/ComposersTest/UserPanelComposerTest.php
index d983922e..610b4a9d 100644
--- a/tests/HttpTest/ViewTest/ComposersTest/UserPanelComposerTest.php
+++ b/tests/HttpTest/ViewTest/ComposersTest/UserPanelComposerTest.php
@@ -28,7 +28,7 @@ class UserPanelComposerTest extends TestCase
});
$this->get('/user')
- ->assertSee('Pro');
+ ->assertSee('Pro');
$user->permission = User::ADMIN;
$user->save();
diff --git a/tests/ServicesTest/HookTest.php b/tests/ServicesTest/HookTest.php
index 4d4205d6..bf7d02fd 100644
--- a/tests/ServicesTest/HookTest.php
+++ b/tests/ServicesTest/HookTest.php
@@ -83,7 +83,7 @@ class HookTest extends TestCase
Hook::addUserBadge('hi', 'green');
$this->actAs('normal')
->get('/user')
- ->assertSee('hi');
+ ->assertSee('hi');
}
public function testSendNotification()