taoensso / faraday

Amazon DynamoDB client for Clojure
https://www.taoensso.com/faraday
Eclipse Public License 1.0
238 stars 84 forks source link

Fixing serialization tests that fail due to Object#equals() being dumb. #18

Closed benjamin-bader closed 10 years ago

benjamin-bader commented 10 years ago

Starting to do a bit of work on a fork, and noticed that the serialization test fails on some nippy stress data - specifically the Exception-based values. Since :bytes is already excluded, seems like a no-brainer to do the same with these.

ptaoussanis commented 10 years ago

That's perfect, thanks Banjamin!