Fork me on GitHub
#midje2016-09-15
>
rcanepa16:09:15

Hi everyone

rcanepa16:09:05

I am having troubles to understand why an assertion is failing. In concrete, I am trying to assert that a collection has a map with some data. For that purpose, I am using the contains function with :in-any-order and :gaps-ok keywords.

rcanepa16:09:39

Why is this test failing when the vector contains the map that is being checked?

rcanepa16:09:08

Nevermind… I found my bug… the data wasn’t really equal