Skip to content

Commit

Permalink
#1256 | Test not required here as address filters are only applicable…
Browse files Browse the repository at this point in the history
… for Standard Report card types
  • Loading branch information
himeshr committed Jan 25, 2024
1 parent af37b77 commit caa45ad
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit caa45ad

Please sign in to comment.