Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
dexamundsen committed Feb 4, 2025
1 parent 713549f commit eb60fae
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public PrimaryWithCriteriaFilter(
this.groupByCountValue = groupByCountValue;

// one-time checks
int numSubFiltersPerOccEntity = getNumSubFiltersPerOccEntity();
int numSubFiltersPerOccEntity = getNumSubFiltersPerOccurrenceEntity();
this.subFiltersPerOccurrenceEntity.forEach(
(occurrenceEntity, subFilters) -> {
if (subFilters.size() != numSubFiltersPerOccEntity) {
Expand Down Expand Up @@ -77,7 +77,7 @@ public EntityFilter getCriteriaSubFilter() {
return criteriaSubFilter;
}

public int getNumSubFiltersPerOccEntity() {
public int getNumSubFiltersPerOccurrenceEntity() {
return getSubFilters(criteriaOccurrence.getOccurrenceEntities().get(0)).size();
}

Expand Down
Loading

0 comments on commit eb60fae

Please sign in to comment.