Skip to content

Commit

Permalink
Add screenshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Feb 24, 2024
1 parent 60e8580 commit ce19232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract class ClockScreenshotTest {
open val roborazziOptions: RoborazziOptions = RoborazziOptions(
compareOptions = RoborazziOptions.CompareOptions(
// generous to allow for mac/linux differences
resultValidator = ThresholdValidator(0.1f)
resultValidator = ThresholdValidator(0.01f)
)
)

Expand Down

0 comments on commit ce19232

Please sign in to comment.