Skip to content

Commit

Permalink
Adjust match treshold.
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Dec 8, 2023
1 parent b9fc394 commit 45c4de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Manipulations/BorderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

$driver->loadFile(getTestJpg())->border(...$borderArguments)->save($targetFile);

assertMatchesImageSnapshot($targetFile, 0.3);
assertMatchesImageSnapshot($targetFile, 0.4);
})->with('drivers')->with([
[[100, BorderType::Overlay, 'FAAAAA']],
[[50, BorderType::Overlay, '333333']],
Expand Down

0 comments on commit 45c4de8

Please sign in to comment.