In our fork, we have a different number of EntityTypes. It seems that because of this difference, when CollectionUtils.intersect was called in SearchUtils, the resulting list had a different order compared to upstream when running the test. In this PR I have updated the tests that were affected by this to disregard the order of the list and only check that it has the correct contents.
In our fork, we have a different number of EntityTypes. It seems that because of this difference, when CollectionUtils.intersect was called in SearchUtils, the resulting list had a different order compared to upstream when running the test. In this PR I have updated the tests that were affected by this to disregard the order of the list and only check that it has the correct contents.
Checklist