Improve assertThatRuleFactoryCreatesMultipleTransformationRules Test to be order independent #12
Labels
Refactoring
Improvement of the code base beyond adding of new features
Milestone
Currently the test asserts the order of the returned list of Transformation Rules. This is completely irrelevant to the functionality of the application and cause unexpected failing tests in the pipeline.
This test should assert class instances irrespective of the order in the list (one instance of X and one instance of Y are in the list)
The text was updated successfully, but these errors were encountered: