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


##########
fineract-provider/src/test/java/org/apache/fineract/portfolio/loanaccount/domain/LoanTest.java:
##########
@@ -203,7 +205,7 @@ public void testGetLastUserTransaction() {
     @Test
     public void testTransactionComparator() {
         final Loan loan = new Loan();
-        LocalDate today = LocalDate.of(2023, 10, 12);
+        LocalDate today = LocalDate.of(2023, Month.OCTOBER, 12);

Review Comment:
   Fair point! reverted all Month.ENUM back to integer months across the entire 
PR.



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