Skip to content

Commit

Permalink
Try max distance to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 17, 2023
1 parent e863115 commit d4116a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public void assertSimilarity(final File actualFile, final double maxDistance) th
* @throws IOException if the image could not be written.
*/
public void assertSimilarity(final BufferedImage actualImage) throws IOException {
assertSimilarity(actualImage, 1);
assertSimilarity(actualImage, 0);
}

/**
Expand Down

0 comments on commit d4116a6

Please sign in to comment.