From cd751a64cb0b9b1c06dcc45f865a8bb1e29a0c7c Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 6 Jun 2020 16:11:59 +0300 Subject: [PATCH] python tests: fix typos --- python/tests/test_account.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index 4e5b9066e..1f1a6b918 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -1563,7 +1563,7 @@ class TestGroupStressTests: chat.add_contact(contact) assert not chat.is_promoted() - lp.sec("ac1: send mesage to new group chat") + lp.sec("ac1: send message to new group chat") msg = chat.send_text("hello") assert chat.is_promoted() assert msg.is_encrypted() @@ -1665,7 +1665,7 @@ class TestGroupStressTests: chat.add_contact(contact) assert not chat.is_promoted() - lp.sec("ac1: send mesage to new group chat") + lp.sec("ac1: send message to new group chat") msg = chat.send_text("hello") assert chat.is_promoted() assert msg.is_encrypted()