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 a4c4f47 commit 405fa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Manipulations/SepiaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

$driver->loadFile(getTestJpg())->sepia()->save($targetFile);

assertMatchesImageSnapshot($targetFile);
assertMatchesImageSnapshot($targetFile, 0.3);
})->with('drivers');

0 comments on commit 405fa2b

Please sign in to comment.