From 52520635ead77c5167e2c6fb741fbff6ff54c973 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 11 Feb 2020 22:32:35 +0300 Subject: [PATCH] Fix a typo ("requests") --- python/tests/test_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index 2b401f55e..f31766e98 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -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()