Skip to content

Commit

Permalink
Update SnapshotTesting to version 1.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardocamaratta committed Aug 27, 2024
1 parent b953f5a commit 1f5182a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.library(name: "Netbob", targets: ["Netbob"])
],
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .upToNextMajor(from: "1.11.1"))
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .upToNextMajor(from: "1.17.4"))
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Tests/NetbobTests/Utils/XCTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extension XCTestCase {
testName: String = #function
) {
SnapshotTesting.assertSnapshot(
matching: value,
of: value,
as: .image(
precision: precision,
perceptualPrecision: perceptualPrecision,
Expand Down

0 comments on commit 1f5182a

Please sign in to comment.