Skip to content

Commit

Permalink
fix(mod-search): fix export of cql files
Browse files Browse the repository at this point in the history
- Fix styles

Closes: MSEARCH-762
  • Loading branch information
viacheslavpoliakov committed Jun 20, 2024
1 parent 8e04e91 commit 6b5edc5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ void filterQueryForActiveAffiliation_positive_basicNotConsortiumTenant() {
@Test
void filterQueryActiveAffiliation_filteredByMemberTenant() {
var query = boolQuery();
// .should(termQuery("staffSuppress", false))
// .should(termQuery(SHARED_FIELD_NAME, false));
var expected = boolQuery()
.minimumShouldMatch(1)
.should(termQuery(TENANT_ID_FIELD_NAME, TENANT_ID))
Expand Down

0 comments on commit 6b5edc5

Please sign in to comment.