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
Thanks for reporting this, I have to say we screwed up this one :(
This will be fixed for 2.0, in the meantime use containsSequence instead, it is logically equivalent to containsExactly if the given sequence has the same size as the actual array.
fixed in 2.0M9 branch.
I'm not closing this issue because it must be merged in master branch where a major rework for 2.0 is being done, merge will happen after the rework.
java.lang.AssertionError: expected:
<'['a', 'b', 'c'] (ArrayList@1ecc1)'>
but was:
<'['a', 'b', 'c'] (String[]@787bb290)'>
The text was updated successfully, but these errors were encountered: