Searched refs:othersExpected (Results 1 – 1 of 1) sorted by relevance
307 final List<Integer> othersExpected = new ArrayList<>(); in testGetProfilesIncludingCommunal() local308 othersExpected.add(otherUser.id); in testGetProfilesIncludingCommunal()309 if (communalProfile != null) othersExpected.add(communalProfile.getIdentifier()); in testGetProfilesIncludingCommunal()310 assertEquals(othersExpected.stream().sorted().toList(), in testGetProfilesIncludingCommunal()