Searched refs:expectedGroup (Results 1 – 1 of 1) sorted by relevance
5041 Map<String, CharSequence> expectedGroup = new HashMap<>(); in testGetConversations() local5042 expectedGroup.put(channel.getId(), group.getName()); in testGetConversations()5043 expectedGroup.put(channel2.getId(), null); in testGetConversations()5058 .isEqualTo(expectedGroup.get(convo.getNotificationChannel().getId())); in testGetConversations()