Address first round of review feedback for thread list view model migration

This commit is contained in:
Torsten Grote
2021-01-26 16:56:43 -03:00
parent e5d78a858d
commit 239c4a27ad
7 changed files with 38 additions and 48 deletions

View File

@@ -356,19 +356,6 @@ public class PrivateGroupManagerIntegrationTest
}
}
@Test
public void testJoinMessages() throws Exception {
addGroup();
Collection<GroupMessageHeader> headers0 =
groupManager0.getHeaders(groupId0);
assertEquals(2, headers0.size());
Collection<GroupMessageHeader> headers1 =
groupManager1.getHeaders(groupId0);
assertEquals(2, headers1.size());
}
@Test
public void testRevealingRelationships() throws Exception {
addGroup();