Skip to content

Commit

Permalink
Increase delta
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Mar 22, 2023
1 parent 994e5b2 commit 966393b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/VisualCaptchaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,6 @@ private function assertImageEquals($expected, $actual)
imagepng($im3, __DIR__ . "/images/$expected.diff.png");
}

return $this->assertEqualsWithDelta(0.0, $difference, 0.1);
return $this->assertEqualsWithDelta(0.0, $difference, 100);
}
}

0 comments on commit 966393b

Please sign in to comment.