From 91f02ad55348c1c8e166d20f662ca15b6bdcd014 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 18 Dec 2021 17:46:02 +0000 Subject: [PATCH] Rename `asymetric` test into `asymmetric` --- 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 2480695c8..394cca304 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -1142,7 +1142,7 @@ class TestOnlineAccount: assert not msg_reply1.chat.is_group() assert msg_reply1.chat.id == private_chat1.id - def test_mdn_asymetric(self, acfactory, lp): + def test_mdn_asymmetric(self, acfactory, lp): ac1, ac2 = acfactory.get_two_online_accounts(move=True) lp.sec("ac1: create chat with ac2")