adamsaghy commented on code in PR #3471:
URL: https://github.com/apache/fineract/pull/3471#discussion_r1336860968
##########
fineract-provider/src/test/java/org/apache/fineract/commands/service/CommandServiceStepDefinitions.java:
##########
@@ -78,13 +74,13 @@ public CommandServiceStepDefinitions() {
});
Then("/^The command processing service should fallback as expected$/",
() -> {
- assertNotNull(retryEvent);
- assertEquals("executeCommand", retryEvent.getName());
- assertEquals(2, retryEvent.getNumberOfRetryAttempts());
Review Comment:
I am sorry ,but can you ellaborate on the "not working" part?
--
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]