meonkeys commented on code in PR #5564:
URL: https://github.com/apache/fineract/pull/5564#discussion_r2874019245


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/Utils.java:
##########
@@ -591,7 +591,7 @@ public static String randomDateTimeGenerator(String 
dateFormat) {
     }
 
     private static int getYear() {
-        return 1000 + random.nextInt(1001);
+        return 2000 + random.nextInt(31);

Review Comment:
   what's this?



##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsAccountsExternalIdTest.java:
##########
@@ -59,7 +59,7 @@ void submitSavingsAccountsApplication() {
         request.setProductId(1L);
         request.setLocale(locale);
         request.setDateFormat(dateFormat);
-        request.submittedOnDate(formattedDate);
+        request.setSubmittedOnDate(formattedDate);

Review Comment:
   what's this?



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