mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 02:09:17 +02:00
finalize new internal Messaging API, now not using wrappers anymore
This commit is contained in:
parent
aaf37821c4
commit
b709adddcf
5 changed files with 20 additions and 16 deletions
|
@ -99,7 +99,7 @@ class TestOfflineAccount:
|
|||
assert message._dc_msg is message._dc_msg
|
||||
message.set_text("hello")
|
||||
assert message.text == "hello"
|
||||
assert not message.is_persistent()
|
||||
assert message.id == 0
|
||||
|
||||
def test_message(self, acfactory):
|
||||
ac1 = acfactory.get_configured_offline_account()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue