Skip to content

Commit 71771ed

Browse files
committed
Fix tests
1 parent 68daec1 commit 71771ed

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Tests/CustomDumpTests/Conformances/FoundationTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,7 @@ final class FoundationTests: XCTestCase {
626626
],
627627
httpBody: nil,
628628
httpBodyStream: nil,
629-
httpShouldHandleCookies: true,
630-
httpShouldUsePipelining: false
629+
httpShouldHandleCookies: true
631630
)
632631
"""
633632
)

Tests/CustomDumpTests/ExpectNoDifferenceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import XCTest
2424
expectNoDifference(user, otherUser)
2525
} matching: {
2626
$0.description == """
27-
Expectation failed: Difference: …
27+
Issue recorded (error): Difference: …
2828
2929
  ExpectNoDifferenceTests.User(
3030
  id: UUID(DEADBEEF-DEAD-BEEF-DEAD-BEEFDEADBEEF),

0 commit comments

Comments
 (0)