mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Let integration tests mind the mailbox prop update when adding contact
This commit is contained in:
@@ -345,11 +345,12 @@ public class TransportKeyAgreementIntegrationTest
|
||||
.canSendOutgoingStreams(aliceId, DUPLEX_TRANSPORT_ID));
|
||||
}
|
||||
|
||||
// Sync initial client versioning updates
|
||||
// Sync initial client versioning updates and mailbox properties updates
|
||||
syncMessage(alice, bob, bobId, 1, true);
|
||||
syncMessage(bob, alice, aliceId, 1, true);
|
||||
syncMessage(alice, bob, bobId, 1, true);
|
||||
sendAcks(bob, alice, aliceId, 1);
|
||||
syncMessage(alice, bob, bobId, 2, true);
|
||||
syncMessage(bob, alice, aliceId, 1, true);
|
||||
sendAcks(alice, bob, bobId, 1);
|
||||
|
||||
return new Pair<>(aliceId, bobId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user