Skip to content

Commit

Permalink
change in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavraviya committed Jul 31, 2023
1 parent 69144a0 commit 2c402d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/auth/tests/Feature/Auth/VerifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function can_resend_verification_email()

Livewire::test('auth.verify')
->call('resend')
->assertEmitted('resent');
->assertDispatched('resent');
}

/** @test */
Expand Down

0 comments on commit 2c402d4

Please sign in to comment.