add a test

This commit is contained in:
holger krekel
2019-12-09 22:28:29 +01:00
parent 17ce02a87c
commit a95fbfe271

View File

@@ -632,6 +632,9 @@ class TestOnlineAccount:
def test_send_and_receive_message_markseen(self, acfactory, lp):
ac1, ac2 = acfactory.get_two_online_accounts()
# make DC's life harder wrt to encodings
ac1.set_config("displayname", "ä name")
lp.sec("ac1: create chat with ac2")
chat = self.get_chat(ac1, ac2)