Fix a typo ("requests")

This commit is contained in:
Alexander Krotov
2020-02-11 22:32:35 +03:00
parent aa50a9ba83
commit 52520635ea

View File

@@ -703,7 +703,7 @@ class TestOnlineAccount:
assert not msg_in.is_forwarded()
assert msg_in.get_sender_contact().display_name == ac1.get_config("displayname")
lp.sec("check the message arrived in contact-requets/deaddrop")
lp.sec("check the message arrived in contact-requests/deaddrop")
chat2 = msg_in.chat
assert msg_in in chat2.get_messages()
assert chat2.is_deaddrop()