midje

pablore 2017-11-13T13:43:30.000117Z

@pablore has joined the channel

Yehonathan Sharvit 2017-11-13T14:19:57.000316Z

@viebel has joined the channel

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?