mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
fixup this PR with tests, and returning None from get_filemime
This commit is contained in:
@@ -93,8 +93,9 @@ class TestOfflineContact:
|
||||
ac1 = acfactory.get_configured_offline_account()
|
||||
contact1 = ac1.create_contact(email="some1@example.com", name="some1")
|
||||
chat = ac1.create_chat_by_contact(contact1)
|
||||
chat.send_text("one messae")
|
||||
msg = chat.send_text("one messae")
|
||||
assert not ac1.delete_contact(contact1)
|
||||
assert not msg.filemime
|
||||
|
||||
|
||||
class TestOfflineChat:
|
||||
|
||||
Reference in New Issue
Block a user