yesamer commented on code in PR #6535:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6535#discussion_r2571214245


##########
kie-dmn/kie-dmn-core/src/test/java/org/kie/dmn/core/compiler/ItemDefinitionDependenciesTest.java:
##########
@@ -51,7 +52,7 @@ private void addComponent(ItemDefinition i, String 
componentName) {
     }
 
     private List<ItemDefinition> orderingStrategy(final List<ItemDefinition> 
ins) {
-        return new ItemDefinitionDependenciesSorter(TEST_NS).sort(ins);
+        return new ItemDefinitionDependenciesSorter(TEST_NS).sort(ins, 
DMNVersion.V1_2);
     }

Review Comment:
   @AthiraHari77 Can you please consider, if feasible,  to unit test that 
scenario too?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to