Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values
https://flight.school/books/codable
MIT License
1.28k stars 132 forks source link

Update AnyCodableTests: test null encoding and decoding. #40

Closed darhonbek closed 3 years ago

mattt commented 3 years ago

Looks good to me! Thanks for your PR, @darhonbek 😄

darhonbek commented 3 years ago

You're welcome @mattt) I also noticed not all numeric types are covered with Unit Tests. Such as Int16 and so on. I can cover them as well, but does it make sense to do so? Please let me know.