I am having difficulty creating a test case because (= (Float/parseFloat "123.1") 123.1) => false
Is there a good strategy to approach the trickyness of floats?
if you're using matcher-combinators, there's within-delta:
https://cljdoc.org/d/nubank/matcher-combinators/3.9.1/api/matcher-combinators.matchers#within-delta