midje

Yehonathan Sharvit 2017-11-13T14:20:06.000115Z

Hello there!!! How can we check a nested map with roughly This doesn’t work:

(fact {:a  {:b 1}} => (just {:a {:b (roughly 1.0)}}))
But this works:
(fact {:a  {:b 1}} => (just {:a (just {:b (roughly 1.0)})}))
Is there a simpler way?