[Platform|TestFramework] Flip expected/actual in assertEqualsUnordered call in SourceRootAssertions.assertSourceRoots

GitOrigin-RevId: 93aa6cf01d74a551a606b3f6b7be85700e2a6e34
This commit is contained in:
Mikhail Golubev
2025-06-11 16:54:32 +00:00
committed by intellij-monorepo-bot
parent dc35398ca0
commit 0a92cc106a
@@ -134,6 +134,6 @@ object SourceRootAssertions {
}
}
}
assertEqualsUnordered(actualRoots, expectedRoots, messageSupplier)
assertEqualsUnordered(expectedRoots, actualRoots, messageSupplier)
}
}