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 c559b3e commit 2d9fc92Copy full SHA for 2d9fc92
tests/unit/src/test/scala/tests/OverridesSuite.scala
@@ -35,7 +35,7 @@ class OverridesSuite extends FunSuite with TempDirectories {
35
.getOverriddenSymbolsList
36
.stream
37
.collect(Collectors.joining("\n"))
38
- assertNoDiff(expectedSyms, syms)
+ assertNoDiff(syms, expectedSyms)
39
}
40
41
0 commit comments