Skip to content

Commit fa8723b

Browse files
committed
Abide to the returned interface
1 parent 722d9cb commit fa8723b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/CaptchaValidationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function can_validate_captcha()
1616
$validator = Validator::make(['captcha' => $code], ['captcha' => 'captcha']);
1717

1818
$this->assertNotEmpty($code);
19-
$this->assertTrue($validator->passes());
19+
$this->assertFalse($validator->fails());
2020
}
2121

2222
/** @test */

0 commit comments

Comments
 (0)