From a94b52617937e9088570949350e6f9d8eb02a0de Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 3 Jul 2019 19:30:09 +0800 Subject: [PATCH] Fix test --- tests/ServicesTest/HookTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } }