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();