Copilot commented on code in PR #6395:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6395#discussion_r2194835308


##########
kie-dmn/kie-dmn-feel/src/test/java/org/kie/dmn/feel/runtime/functions/RangeFunctionTest.java:
##########
@@ -452,11 +462,10 @@ void nodesEndpointsAscendant_False() {
                 .isFalse();
     }
 

Review Comment:
   This method is missing the @Test annotation, so it won’t be executed by the 
test runner. Add `@Test` above the method.
   ```suggestion
   
       @Test
   ```



-- 
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