7ossam7atem1 commented on code in PR #4389:
URL: https://github.com/apache/fineract/pull/4389#discussion_r1973243123


##########
fineract-provider/src/test/java/org/apache/fineract/infrastructure/event/business/domain/BulkBusinessEventTest.java:
##########
@@ -31,34 +31,46 @@
 class BulkBusinessEventTest {
 
     @Test
-    public void testConstructorWorksForSameAggregateId() {

Review Comment:
   Class and method visibility
   `Test classes, test methods, and lifecycle methods are not required to be 
public, but they must not be private.`
   from JUnit 5 User Guide
   



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

Reply via email to