Skip to content

Commit

Permalink
Try lowering it even more
Browse files Browse the repository at this point in the history
  • Loading branch information
calda authored Sep 12, 2023
1 parent b058492 commit 0a9b47d
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.9),
.precision(0.85),
"Nonanimating/dog_landscape": .customImageProvider(HardcodedImageProvider(imageName: "Samples/Images/dog-landscape.jpeg"))
.nonanimating()
.maxSnapshotDimension(100)
.precision(0.9),
.precision(0.85),

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

0 comments on commit 0a9b47d

Please sign in to comment.