From 1b5d7b1590e11edec3e793cc27551939bfb9056e Mon Sep 17 00:00:00 2001 From: BAHATTIN KOC Date: Sun, 1 Sep 2024 02:29:36 +0300 Subject: [PATCH] Fixed indent. --- Tests/SnapshotTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SnapshotTests.swift b/Tests/SnapshotTests.swift index e5f9366ba3..fa0c82929d 100644 --- a/Tests/SnapshotTests.swift +++ b/Tests/SnapshotTests.swift @@ -65,7 +65,7 @@ final class SnapshotTests: XCTestCase { XCTAssert( Samples.sampleAnimationURLs.contains(where: { $0.absoluteString.hasSuffix("\(animationName).json") }) - || Samples.sampleAnimationURLs.contains(where: { $0.absoluteString.hasSuffix("\(animationName).lottie") }), + || Samples.sampleAnimationURLs.contains(where: { $0.absoluteString.hasSuffix("\(animationName).lottie") }), "Snapshot \"\(snapshotURL.lastPathComponent)\" has no corresponding sample animation. Expecting \(animationName).json|.lottie") } }