adamsaghy commented on code in PR #6084:
URL: https://github.com/apache/fineract/pull/6084#discussion_r3542937424


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/loan/reaging/LoanReAgingIntegrationTest.java:
##########
@@ -275,7 +270,7 @@ public void test_LoanReAgeTransaction_Works() {
                     installment(316.67, 0, 0, 0, 316.67, false, "13 May 
2023"), //
                     installment(316.66, 0, 0, 0, 316.66, false, "12 June 
2023") //
             );
-            checkMaturityDates(loanId, LocalDate.of(2023, 6, 12), 
LocalDate.of(2023, 6, 12));
+            checkMaturityDates(loanId, LocalDate.of(2023, Month.JUNE, 12), 
LocalDate.of(2023, Month.JUNE, 12));

Review Comment:
   It does not help the readability...



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