Skip to content

Commit

Permalink
test: fixed wrong localization test for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezrazi committed May 13, 2024
1 parent 5ba445c commit 176d27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/RecaptchaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

$this->expectException(ValidationException::class);

$this->expectExceptionMessage(__('validation.recaptcha'));
$this->expectExceptionMessage(__('recaptcha-enterprise::validation.recaptcha', ['reason' => 'EXPIRED']));

$validator->validate();
});

0 comments on commit 176d27e

Please sign in to comment.