Skip to content

Commit dfd11ba

Browse files
committed
chore: changed threshold
1 parent b5ca3bf commit dfd11ba

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.03f // 2%
55+
imageDifferenceThreshold = 0.035f // 3.5%
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)