Chore: stringfy_map/1
changes order of Map
keys intermittently.
#56
Labels
chore
a tedious but necessary task often paying technical debt
enhancement
New feature or request
help wanted
Extra attention is needed
priority-1
Highest priority issue. This is costing us money every minute that passes.
T25m
Time Estimate 25 Minutes
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
user-feedback
Feedback from people using the App
while
theUseful.stringfy_map/1
function works to stringify theMap
,the tests assertions fail intermittently because the map keys are being positioned in different order.
Best explained by the following test failures:
This isn't really a "bug" per se. More of an annoying quirk that we need to fix.
Again, the function works but we want the assertions to be 100% consistent.
Therefore ...
Todo
Map
keys before stringifying them.The text was updated successfully, but these errors were encountered: