diff --git a/tests/ServicesTest/HookTest.php b/tests/ServicesTest/HookTest.php
index d0905f46..02fbd91f 100644
--- a/tests/ServicesTest/HookTest.php
+++ b/tests/ServicesTest/HookTest.php
@@ -100,7 +100,7 @@ class HookTest extends TestCase
Hook::sendNotification([$user], 'Ibara Mayaka');
$this->actingAs($user)
->get('/user')
- ->assertSee('1')
+ ->assertSee('1')
->assertSee('Ibara Mayaka');
}
}