From 0a9b47d53ba9a030f27ef2753d8e5c248c60530a Mon Sep 17 00:00:00 2001 From: Cal Stephens Date: Mon, 11 Sep 2023 21:36:33 -0700 Subject: [PATCH] Try lowering it even more --- Tests/SnapshotConfiguration.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/SnapshotConfiguration.swift b/Tests/SnapshotConfiguration.swift index 0647013cfa..04f6a1e7ad 100644 --- a/Tests/SnapshotConfiguration.swift +++ b/Tests/SnapshotConfiguration.swift @@ -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")),