We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00703c commit 8a14a84Copy full SHA for 8a14a84
deltachat-rpc-client/tests/test_securejoin.py
@@ -544,6 +544,9 @@ def test_securejoin_after_contact_resetup(acfactory) -> None:
544
logging.info("ac2 waits for member added message")
545
snapshot = ac2.get_message_by_id(ac2.wait_for_incoming_msg_event().msg_id).get_snapshot()
546
assert snapshot.is_info
547
+ ac2_chat = snapshot.chat
548
+ assert ac2_chat.get_basic_snapshot().is_protected
549
+ assert len(ac2_chat.get_contacts()) == 3
550
551
# ac1 is still "not verified" for ac2 due to inconsistent state.
552
assert not ac2_contact_ac1.get_snapshot().is_verified
0 commit comments