testing

adc17 2024-05-08T17:24:22.175319Z

Hey everyone, I asked a question about testing (random-uuid), linking here in case it's a more appropriate place. https://clojurians.slack.com/archives/C053AK3F9/p1715188874425679. Any views on this? Thanks!

respatialized 2024-05-08T17:43:49.308359Z

I think the more salient question is: โ€œwhat property of your system depends on a stable value for a randomly generated UUID?โ€ If you have equality checks that fail because two maps only differ in the UUID they have, I would just dissoc the UUID key from the map before making the comparison.

๐Ÿ‘ 1