reluxa commented on code in PR #3607:
URL: https://github.com/apache/fineract/pull/3607#discussion_r1410516896


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/AdvancedPaymentAllocationLoanRepaymentScheduleTest.java:
##########
@@ -122,10 +121,7 @@ public static void setup() {
 
     @Test
     public void uc1() {
-        try {
-            GlobalConfigurationHelper.updateIsBusinessDateEnabled(requestSpec, 
responseSpec, Boolean.TRUE);
-            businessDateHelper.updateBusinessDate(new 
BusinessDateRequest().type(BusinessDateType.BUSINESS_DATE.getName())
-                    .date("2023.02.15").dateFormat("yyyy.MM.dd").locale("en"));
+        runAt("15 February 2023", () -> {

Review Comment:
   :-) 👍 thnks



##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/AdvancedPaymentAllocationLoanRepaymentScheduleTest.java:
##########
@@ -122,10 +121,7 @@ public static void setup() {
 
     @Test
     public void uc1() {
-        try {
-            GlobalConfigurationHelper.updateIsBusinessDateEnabled(requestSpec, 
responseSpec, Boolean.TRUE);
-            businessDateHelper.updateBusinessDate(new 
BusinessDateRequest().type(BusinessDateType.BUSINESS_DATE.getName())
-                    .date("2023.02.15").dateFormat("yyyy.MM.dd").locale("en"));
+        runAt("15 February 2023", () -> {

Review Comment:
   :-) 👍 thnks



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