Skip to content

Commit

Permalink
fix test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 12, 2021
1 parent 47fff45 commit dbb9468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
class VerifyEmailActionTest extends TestCase
{
public function testSendVerificationEmailAction(): void
public function testVerifyEmailAction(): void
{
Notification::fake();
$unverifiedUser = User::factory()->unverified()->create();
Expand Down

0 comments on commit dbb9468

Please sign in to comment.