From f7ad93229ddbfa13425823d91bbd98ce900f0349 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Wed, 2 Oct 2019 13:53:02 +0300 Subject: [PATCH] test_account.py: fix a typo in test message --- 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 77bf9a652..d1d63b3c0 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -93,7 +93,7 @@ class TestOfflineContact: ac1 = acfactory.get_configured_offline_account() contact1 = ac1.create_contact(email="some1@example.com", name="some1") chat = ac1.create_chat_by_contact(contact1) - msg = chat.send_text("one messae") + msg = chat.send_text("one message") assert not ac1.delete_contact(contact1) assert not msg.filemime