added new parameters

This commit is contained in:
Miriam Baglioni 2021-05-20 10:41:29 +02:00
parent 85bd6ab5d0
commit f5ecd0d3ab
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class QueryInformationSystemTest {
lenient().when(isLookUpService.quickSearchProfile(XQUERY)).thenReturn(communityMap);
queryInformationSystem = new QueryInformationSystem();
queryInformationSystem.setIsLookUp(isLookUpService);
map = queryInformationSystem.getCommunityMap();
map = queryInformationSystem.getCommunityMap(false, null);
}
@Test