mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Merge branch '1627-test-fix' into 'master'
Fix group sharing message deletion test See merge request briar/briar!1168
This commit is contained in:
@@ -482,8 +482,9 @@ public class GroupInvitationIntegrationTest
|
||||
assertFalse(deleteAllMessages0From1());
|
||||
assertEquals(2, getMessages0From1().size());
|
||||
|
||||
// creator sends JOIN message and ACK for response
|
||||
sync0To1(1, true);
|
||||
// creator sends two JOIN messages (one sharing + one in private group)
|
||||
// this includes the ACK for response
|
||||
sync0To1(2, true);
|
||||
|
||||
// now invitee can also delete messages
|
||||
assertTrue(deleteAllMessages0From1());
|
||||
|
||||
Reference in New Issue
Block a user