mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
test_account.py: fix a typo in test message
This commit is contained in:
committed by
holger krekel
parent
555b4bc8c7
commit
f7ad93229d
@@ -93,7 +93,7 @@ class TestOfflineContact:
|
|||||||
ac1 = acfactory.get_configured_offline_account()
|
ac1 = acfactory.get_configured_offline_account()
|
||||||
contact1 = ac1.create_contact(email="some1@example.com", name="some1")
|
contact1 = ac1.create_contact(email="some1@example.com", name="some1")
|
||||||
chat = ac1.create_chat_by_contact(contact1)
|
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 ac1.delete_contact(contact1)
|
||||||
assert not msg.filemime
|
assert not msg.filemime
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user