Hi everyone
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.
Why is this test failing when the vector contains the map that is being checked?
Nevermind… I found my bug… the data wasn’t really equal