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
Add modernizer check for assertEquals(Iterable, Iterable[, String])
This prevents false positive test results when comparing
iterables (most notably: MaterializedResult instances) due to
TestNG bug (testng-team/testng#543).
False-positive results were found in ~20 tests and are fixed
in the following commits.
0 commit comments