mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[Platform|TestFramework] Flip expected/actual in assertEqualsUnordered call in SourceRootAssertions.assertSourceRoots
GitOrigin-RevId: 93aa6cf01d74a551a606b3f6b7be85700e2a6e34
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dc35398ca0
commit
0a92cc106a
+1
-1
@@ -134,6 +134,6 @@ object SourceRootAssertions {
|
||||
}
|
||||
}
|
||||
}
|
||||
assertEqualsUnordered(actualRoots, expectedRoots, messageSupplier)
|
||||
assertEqualsUnordered(expectedRoots, actualRoots, messageSupplier)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user