We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781866b commit 17f84c5Copy full SHA for 17f84c5
binary-compat/test/src/test/scala/BinaryCompaTest.scala
@@ -23,6 +23,6 @@ class BinaryCompaTest {
23
Config.setup("foo", Array(oldClasspath, newClasspath))
24
val mima = new MiMaLib(Config.baseClassPath)
25
val allProblems = mima.collectProblems(oldClasspath, newClasspath)
26
- Assert.assertEquals(allProblems, Nil)
+ Assert.assertEquals(Nil, allProblems)
27
}
28
0 commit comments