tkobayas commented on code in PR #5855:
URL:
https://github.com/apache/incubator-kie-drools/pull/5855#discussion_r1575695895
##########
drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/DescrCommonPropertyTest.java:
##########
@@ -41,15 +61,21 @@
*/
class DescrCommonPropertyTest {
- private DRLParserWrapper parser;
+ private DrlParser parser;
@BeforeEach
public void setUp() {
- parser = new DRLParserWrapper();
+ parser = ParserTestUtils.getParser();
}
- @AfterEach
Review Comment:
Thanks! Removed.
--
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]