Skip to content

Commit

Permalink
Test issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3Dgoo committed May 19, 2020
1 parent 3145d9f commit 9d1c41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/Forms/HCaptchaFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ public function testFieldFailure()
$this->expectException(PHPUnit_Framework_Error::class);
$this->expectExceptionMessage(
'You must configure HCaptchaField.site_key and HCaptchaField.secret_key. ' .
'You can retrieve these at https://hcaptcha.co'
'You can retrieve these at https://hcaptcha.com'
);

$field = $hCaptchaField->Field();
$hCaptchaField->Field();
}

public function testField()
Expand Down

0 comments on commit 9d1c41e

Please sign in to comment.