Skip to content

Commit

Permalink
chore: changed threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Dec 10, 2024
1 parent 7afa7c4 commit a10594d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {

testOptions {
screenshotTests {
imageDifferenceThreshold = 0.02f // 2%
imageDifferenceThreshold = 0.04f // 2%
}
}
}
Expand Down

0 comments on commit a10594d

Please sign in to comment.