Skip to content

Commit

Permalink
Change screenshot threshold to 0.005 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGrzybkowski authored Jan 10, 2025
1 parent 9e2ea9c commit a807c3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ abstract class RoborazziTest {
roborazziOptions = RoborazziOptions(
compareOptions = RoborazziOptions.CompareOptions(
imageComparator = SimpleImageComparator(maxDistance = 0.007F, hShift = 1),
changeThreshold = 0.01f,
changeThreshold = 0.005f,
),
),
),
Expand Down

0 comments on commit a807c3c

Please sign in to comment.