Fatal1ty / mashumaro

Fast and well tested serialization library
Apache License 2.0
758 stars 45 forks source link

Fix sorted_keys tests #168

Closed Fatal1ty closed 12 months ago

Fatal1ty commented 12 months ago

This pull request fixes the tests for sort_keys feature introduced in #157 by comparing string representations of two dictionaries instead of the dictionaries themselves.