This is an automated email from the ASF dual-hosted git repository.

victorromero pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1cdc97a8c4 FINERACT-2421: Fix flaky savings account test (#5552)
1cdc97a8c4 is described below

commit 1cdc97a8c44f31953f1dd24ec6c0803d35cf852f
Author: Adam Saghy <[email protected]>
AuthorDate: Sat Feb 28 00:27:22 2026 +0000

    FINERACT-2421: Fix flaky savings account test (#5552)
---
 .../apache/fineract/integrationtests/SavingsAccountsExternalIdTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsAccountsExternalIdTest.java
 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsAccountsExternalIdTest.java
index 5f9e827740..8a642c4e5b 100644
--- 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsAccountsExternalIdTest.java
+++ 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsAccountsExternalIdTest.java
@@ -48,7 +48,7 @@ public class SavingsAccountsExternalIdTest extends 
IntegrationTest {
     public static final String EXTERNAL_ID = UUID.randomUUID().toString();
     private final String dateFormat = "dd MMMM yyyy";
     private final String locale = "en";
-    private final String formattedDate = 
LocalDate.now(ZoneId.systemDefault()).minusDays(5).format(DateTimeFormatter.ofPattern(dateFormat));
+    private final String formattedDate = 
LocalDate.now(ZoneId.of("UTC")).format(DateTimeFormatter.ofPattern(dateFormat));
 
     @Test
     @Order(1)

Reply via email to