Skip to content

Commit

Permalink
chore: changed threshold to 5%
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Dec 8, 2024
1 parent 0446902 commit fe8f007
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.01f // 1%
imageDifferenceThreshold = 0.05f // 1%
}
}
}
Expand Down

0 comments on commit fe8f007

Please sign in to comment.