adamsaghy commented on PR #5279:
URL: https://github.com/apache/fineract/pull/5279#issuecomment-3706564487
@Monica-CodingWorld Please apply this patch:
```
Index:
integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsInterestPostingTest.java
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsInterestPostingTest.java
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsInterestPostingTest.java
---
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsInterestPostingTest.java
(revision f5d766b2f42b150263122dd7e5fea8bfc40c0aaa)
+++
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/SavingsInterestPostingTest.java
(date 1767402714226)
@@ -340,7 +340,7 @@
interestReceivableAccount.getAccountID().toString(),
assetAccount, incomeAccount, expenseAccount, liabilityAccount);
final Integer clientId = ClientHelper.createClient(requestSpec,
responseSpec, "01 January 2025");
- final LocalDate startDate =
LocalDate.of(LocalDate.now(Utils.getZoneIdOfTenant()).getYear(), 1, 1);
+ final LocalDate startDate = LocalDate.of(2025,1,1);
final String startStr = DateTimeFormatter.ofPattern("dd MMMM
yyyy", Locale.US).format(startDate);
final Integer accountId =
savingsAccountHelper.applyForSavingsApplicationOnDate(clientId, productId,
```
--
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]