mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
Rename asymetric test into asymmetric
This commit is contained in:
@@ -1142,7 +1142,7 @@ class TestOnlineAccount:
|
|||||||
assert not msg_reply1.chat.is_group()
|
assert not msg_reply1.chat.is_group()
|
||||||
assert msg_reply1.chat.id == private_chat1.id
|
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)
|
ac1, ac2 = acfactory.get_two_online_accounts(move=True)
|
||||||
|
|
||||||
lp.sec("ac1: create chat with ac2")
|
lp.sec("ac1: create chat with ac2")
|
||||||
|
|||||||
Reference in New Issue
Block a user