midje

rcanepa 2016-09-15T16:09:15.000004Z

Hi everyone

rcanepa 2016-09-15T16:11:05.000005Z

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.

rcanepa 2016-09-15T16:13:39.000007Z

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

rcanepa 2016-09-15T16:32:08.000008Z

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