From caa45ad05492f71b2478e602e468bb6ec33a5fb2 Mon Sep 17 00:00:00 2001 From: himeshr Date: Thu, 25 Jan 2024 17:44:54 +0530 Subject: [PATCH] avniproject/avni-client#1256 | Test not required here as address filters are only applicable for Standard Report card types --- .../integrationTest/ReportCardServiceIntegrationTest.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/openchs-android/integrationTest/ReportCardServiceIntegrationTest.js b/packages/openchs-android/integrationTest/ReportCardServiceIntegrationTest.js index 3bb961be9..4586b446c 100644 --- a/packages/openchs-android/integrationTest/ReportCardServiceIntegrationTest.js +++ b/packages/openchs-android/integrationTest/ReportCardServiceIntegrationTest.js @@ -45,12 +45,6 @@ function getCount(test, card, reportFilters) { return reportCardCount.primaryValue; } -//todo handle for nested reportCards -function getNestedCardCount(test, card, reportFilters) { - let reportCardCount = test.reportCardService.getReportCardCount(card, reportFilters); - return reportCardCount.primaryValue; -} - class ReportCardServiceIntegrationTest extends BaseIntegrationTest { setup() { super.setup();