Skip to content

Commit fe8f007

Browse files
committed
chore: changed threshold to 5%
1 parent 0446902 commit fe8f007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252

5353
testOptions {
5454
screenshotTests {
55-
imageDifferenceThreshold = 0.01f // 1%
55+
imageDifferenceThreshold = 0.05f // 1%
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)