From dbb9468ce3a62e1e4602fd7f2d685a110e4cf7de Mon Sep 17 00:00:00 2001 From: Mohammad Alavi Date: Sun, 12 Dec 2021 10:56:50 +0330 Subject: [PATCH] fix test function name --- .../Authentication/Tests/Unit/VerifyEmailActionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Containers/AppSection/Authentication/Tests/Unit/VerifyEmailActionTest.php b/app/Containers/AppSection/Authentication/Tests/Unit/VerifyEmailActionTest.php index 4ad69edc2..a23daf088 100644 --- a/app/Containers/AppSection/Authentication/Tests/Unit/VerifyEmailActionTest.php +++ b/app/Containers/AppSection/Authentication/Tests/Unit/VerifyEmailActionTest.php @@ -17,7 +17,7 @@ */ class VerifyEmailActionTest extends TestCase { - public function testSendVerificationEmailAction(): void + public function testVerifyEmailAction(): void { Notification::fake(); $unverifiedUser = User::factory()->unverified()->create();