galovics commented on code in PR #2984:
URL: https://github.com/apache/fineract/pull/2984#discussion_r1111690966
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/support/instancemode/InstanceModeSupportExtension.java:
##########
@@ -43,7 +43,7 @@ public void beforeTestExecution(ExtensionContext context)
throws Exception {
boolean readEnabled = annotation.readEnabled();
boolean writeEnabled = annotation.writeEnabled();
boolean batchWorkerEnabled = annotation.batchWorkerEnabled();
- boolean batchManagerEnabled = annotation.batchWorkerEnabled();
+ boolean batchManagerEnabled = annotation.batchManagerEnabled();
Review Comment:
Nice catch Ruchi.
--
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]