second review

This commit is contained in:
Hocuri
2020-10-23 16:57:50 +02:00
committed by holger krekel
parent 5b5c6a9c31
commit e5da5c48f1

View File

@@ -953,10 +953,10 @@ class TestOnlineAccount:
msg_reply.set_text("message reply")
msg_reply.quote = msg2
private_chat = ac2.create_chat(ac1)
private_chat.send_msg(msg_reply)
private_chat1 = ac1.create_chat(ac2)
private_chat2 = ac2.create_chat(ac1)
private_chat2.send_msg(msg_reply)
msg_reply1 = ac1._evtracker.wait_next_incoming_message()
assert msg_reply1.quoted_text == "hello"
assert not msg_reply1.chat.is_group()