fosskers / microlens-aeson

Lenses and Traversals for Aeson, based on Microlens.
MIT License
14 stars 6 forks source link

Make tests deterministic #6

Closed iliastsi closed 4 years ago

iliastsi commented 4 years ago

Fix tests to not rely on the order of elements stored in a hash map. The patch is adapted from lens-aeson [1].

Closes #5

[1] https://github.com/lens/lens-aeson/commit/1d5059f57c31ce3c1

fosskers commented 4 years ago

Thanks for this!