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

adamsaghy 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 0eb2a44ff FINERACT-1724: Fix wrong datepattern in integration test
0eb2a44ff is described below

commit 0eb2a44ff30b823ec83b93bd46a9076fe04b582d
Author: Adam Saghy <[email protected]>
AuthorDate: Mon Sep 4 12:47:09 2023 +0200

    FINERACT-1724: Fix wrong datepattern in integration test
---
 .../fineract/integrationtests/datatable/DatatableAdvancedQueryTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/datatable/DatatableAdvancedQueryTest.java
 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/datatable/DatatableAdvancedQueryTest.java
index 87a6f98ea..54f1acc43 100644
--- 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/datatable/DatatableAdvancedQueryTest.java
+++ 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/datatable/DatatableAdvancedQueryTest.java
@@ -89,7 +89,7 @@ public class DatatableAdvancedQueryTest {
 
     private static final String SAVINGS_TRANSACTION_APP_TABLE_NAME = 
EntityTables.SAVINGS_TRANSACTION.getName();
     public static final String ACCOUNT_TYPE_INDIVIDUAL = "INDIVIDUAL";
-    public static final String SAVINGS_DATE_FORMAT = "dd MMM yyyy";
+    public static final String SAVINGS_DATE_FORMAT = Utils.DATE_FORMAT;
 
     private static final String COLUMN_STRING = "aString";
     private static final String COLUMN_TEXT = "aText";

Reply via email to