Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Nov 18, 2024
1 parent c7e79a2 commit 96a165c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DecodingErrorPrettyPrinterTests: XCTestCase {
prettyPrinter.description
== "Decoding error: 'age': Expected Int value but found null instead."
|| prettyPrinter.description
== "Decoding error: 'age': Cannot get unkeyed decoding container -- found null value instead"
== "Decoding error: 'age': Cannot get value of type Int -- found null value instead"
)
}
}
Expand Down

0 comments on commit 96a165c

Please sign in to comment.