Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Apr 26, 2024
1 parent 97e31b2 commit bb6156a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class DecodingErrorPrettyPrinterTests: XCTestCase {
return
}
let prettyPrinter = DecodingErrorPrettyPrinter(decodingError: decodingError)
XCTAssertEqual(prettyPrinter.description, "Decoding error: 'age': Expected Int value but found null instead.")
XCTAssertEqual(prettyPrinter.description, "Decoding error: 'age': Cannot get unkeyed decoding container -- found null value instead")
}
}

Expand Down

0 comments on commit bb6156a

Please sign in to comment.