From c4c210f462f96576f04b2b516add303ac960b77a Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Wed, 30 Aug 2023 14:10:06 -0700 Subject: [PATCH] wip --- Tests/SnapshotTestingTests/SnapshotTestingTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SnapshotTestingTests/SnapshotTestingTests.swift b/Tests/SnapshotTestingTests/SnapshotTestingTests.swift index 72b9861b6..2ee2c7e02 100644 --- a/Tests/SnapshotTestingTests/SnapshotTestingTests.swift +++ b/Tests/SnapshotTestingTests/SnapshotTestingTests.swift @@ -1013,7 +1013,7 @@ final class SnapshotTestingTests: XCTestCase { post.httpBody = Data(""" {"pricing": {"lane": "individual","billing": "monthly"}} """.utf8) - _assertInlineSnapshot(of: post, as: .raw(pretty: true), with: """ + _assertInlineSnapshot(matching: post, as: .raw(pretty: true), with: """ POST https://www.pointfree.co/subscribe Accept: application/json Cookie: pf_session={"user_id":"0"}