Skip to content

Commit 2d9fc92

Browse files
committed
flip params to 'assertNoDiff' in OverridesSuite
1 parent c559b3e commit 2d9fc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/src/test/scala/tests/OverridesSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class OverridesSuite extends FunSuite with TempDirectories {
3535
.getOverriddenSymbolsList
3636
.stream
3737
.collect(Collectors.joining("\n"))
38-
assertNoDiff(expectedSyms, syms)
38+
assertNoDiff(syms, expectedSyms)
3939
}
4040
}
4141

0 commit comments

Comments
 (0)