Skip to content

Commit 7afa7c4

Browse files
committed
chore: changed threshold
1 parent e8cac1c commit 7afa7c4

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.05f // 1%
55+
imageDifferenceThreshold = 0.02f // 2%
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)