Fork me on GitHub
#midje
<
2017-11-13
>
Yehonathan Sharvit14:11:06

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?