MarianaDmytrivBinariks commented on code in PR #5093:
URL: https://github.com/apache/fineract/pull/5093#discussion_r2420851967


##########
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/loan/LoanStepDef.java:
##########
@@ -2919,9 +2925,7 @@ public void 
checkLoanAccrualTransactionNotCreatedBusinessEvent(String date) thro
                 em -> FORMATTER.format(em.getBusinessDate()).equals(date));
     }
 
-    @Then("{string} transaction on {string} got reverse-replayed on {string}")
-    public void checkLoanAdjustTransactionBusinessEvent(String 
transactionType, String transactionDate, String submittedOnDate)
-            throws IOException {
+    public GetLoansLoanIdTransactions getLoadTransactionIdByDate(String 
transactionType, String transactionDate) throws IOException {

Review Comment:
   yes, you're right, will correct
   thanks



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