You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net.javacrumbs.jsonunit.difference.diff - JSON documents are different:
Different value found in node "", expected: <"bar"> but was: <"foo">.
net.javacrumbs.jsonunit.difference.values - Comparing expected:
"bar"
------------
with actual:
"foo"
There are two problems with this.
As element is found on the list, it shouldn't matter if it's on first or second position, because assertions is contains not containsInExactOrder, thus the message shouldn't be displayed at all.
Different value found in node "" - what this empty string means anyway?
The text was updated successfully, but these errors were encountered:
when running following assertion:
I get this output:
There are two problems with this.
contains
notcontainsInExactOrder
, thus the message shouldn't be displayed at all.Different value found in node ""
- what this empty string means anyway?The text was updated successfully, but these errors were encountered: