Skip to content

Commit

Permalink
Small test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed Feb 13, 2022
1 parent 3d763bf commit 816edc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/SendVerificationCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function it_deletes_old_code_of_verifiable_on_send()
public function it_throws_exception_if_notification_does_not_extend_the_verification_notification_class()
{
$this->expectException(RuntimeException::class);
$this->expectExceptionMessage('The notification class must implement the `\NextApps\VerificationCode\Notifications\VerificationCodeCreatedInterface` interface');
$this->expectExceptionMessage('The notification class must implement the `NextApps\VerificationCode\Notifications\VerificationCodeCreatedInterface` interface');

config()->set('verification-code.notification', NotificationDoesNotImplementInterface::class);

Expand Down

0 comments on commit 816edc3

Please sign in to comment.