-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade-snapshot-tests-dependency-fix #5
upgrade-snapshot-tests-dependency-fix #5
Conversation
@@ -149,7 +149,7 @@ extension XCTestCase { | |||
line: UInt | |||
) { | |||
UIView.setAnimationsEnabled(false) | |||
let subpixelThreshold: UInt8 = 5 | |||
let perceptualPrecision: Float = 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This value should be between 0 and 1. What we should do here in try to find the sweet-spot where CircleCI does not fail our tests in neither FinniversKit nor FinnUI.
The comments seems to point to 0.98
being a reasonable value, but please test this before merging this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
based on research from here: pointfreeco/swift-snapshot-testing#628
|
f09cb59
to
4519df8
Compare
4519df8
to
b7dd1a0
Compare
f51f726
to
19ab879
Compare
This reverts commit de28e39.
#4