Skip to content

Commit

Permalink
Decrease precision a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
calda authored Sep 12, 2023
1 parent beb2db7 commit b058492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SnapshotConfiguration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ extension SnapshotConfiguration {
"Nonanimating/dog": .customImageProvider(HardcodedImageProvider(imageName: "Samples/Images/dog.png"))
.nonanimating()
.maxSnapshotDimension(100)
.precision(0.95),
.precision(0.9),
"Nonanimating/dog_landscape": .customImageProvider(HardcodedImageProvider(imageName: "Samples/Images/dog-landscape.jpeg"))
.nonanimating()
.maxSnapshotDimension(100)
.precision(0.95),
.precision(0.9),

// Test cases for `AnimatedTextProvider`
"Issues/issue_1722": .customTextProvider(HardcodedTextProvider(text: "Bounce-bounce")),
Expand Down

0 comments on commit b058492

Please sign in to comment.