Skip to content

Commit

Permalink
Fixed indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
BAHATTIN KOC committed Aug 31, 2024
1 parent dc79d14 commit 1b5d7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SnapshotTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
Expand Down

0 comments on commit 1b5d7b1

Please sign in to comment.