alberto-art3ch commented on code in PR #5218:
URL: https://github.com/apache/fineract/pull/5218#discussion_r2668451413


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanInterestRefundTest.java:
##########
@@ -921,13 +923,12 @@ public void verifyUC11() {
         runAt("22 January 2021", () -> {
             Long loanId = loanIdRef.get();
             loanTransactionHelper.makeLoanRepayment(loanId, "PayoutRefund", 
"22 January 2021", 500.0);
-            verifyTransactions(loanId, transaction(1000.0, "Disbursement", "01 
January 2021"), //
-                    transaction(500.0, "Merchant Issued Refund", "14 January 
2021"), //
-                    transaction(1.78, "Interest Refund", "14 January 2021"), //
-                    transaction(500.0, "Payout Refund", "22 January 2021"), //
-                    transaction(2.88, "Interest Refund", "22 January 2021"), //
-                    transaction(4.66, "Accrual", "22 January 2021") //
-            );
+            /*

Review Comment:
   Restored, sorry!



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