mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 02:46:30 +03:00
python tests: fix typos
This commit is contained in:
@@ -1563,7 +1563,7 @@ class TestGroupStressTests:
|
|||||||
chat.add_contact(contact)
|
chat.add_contact(contact)
|
||||||
assert not chat.is_promoted()
|
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")
|
msg = chat.send_text("hello")
|
||||||
assert chat.is_promoted()
|
assert chat.is_promoted()
|
||||||
assert msg.is_encrypted()
|
assert msg.is_encrypted()
|
||||||
@@ -1665,7 +1665,7 @@ class TestGroupStressTests:
|
|||||||
chat.add_contact(contact)
|
chat.add_contact(contact)
|
||||||
assert not chat.is_promoted()
|
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")
|
msg = chat.send_text("hello")
|
||||||
assert chat.is_promoted()
|
assert chat.is_promoted()
|
||||||
assert msg.is_encrypted()
|
assert msg.is_encrypted()
|
||||||
|
|||||||
Reference in New Issue
Block a user