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

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

commit fa2e6bd4defc5761a7c35b8720d202f49c49990d
Author: francisguchie <[email protected]>
AuthorDate: Mon Feb 15 20:08:29 2021 +0000

    change retrieveReportList to 117 (FINERACT-1306)
---
 .../java/org/apache/fineract/integrationtests/client/ReportsTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/client/ReportsTest.java
 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/client/ReportsTest.java
index 0b27a92..d57f922 100644
--- 
a/integration-tests/src/test/java/org/apache/fineract/integrationtests/client/ReportsTest.java
+++ 
b/integration-tests/src/test/java/org/apache/fineract/integrationtests/client/ReportsTest.java
@@ -33,7 +33,7 @@ public class ReportsTest extends IntegrationTest {
 
     @Test
     void listReports() {
-        assertThat(ok(fineract().reports.retrieveReportList())).hasSize(115);
+        assertThat(ok(fineract().reports.retrieveReportList())).hasSize(117);
     }
 
     @Test

Reply via email to