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 test

Closes: MSEARCH-762
  • Loading branch information
viacheslavpoliakov committed Jun 13, 2024
1 parent e366473 commit 90ef7dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void filterQueryForNotSharedActiveAffiliation_positive_NotSharedNotConsortiumTen

when(tenantService.getCentralTenant(TENANT_ID)).thenReturn(Optional.of(CENTRAL_TENANT_ID));

var actual = consortiumSearchHelper.filterQueryForNotSharedActiveAffiliation(query, TENANT_ID,
var actual = consortiumSearchHelper.filterQueryForActiveAffiliation(query, TENANT_ID,
INSTANCE_SUBJECT_RESOURCE);

assertThat(actual).isEqualTo(expected);
Expand Down

0 comments on commit 90ef7dd

Please sign in to comment.