1
0
Fork 0
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:
holger krekel 2018-10-07 15:25:23 +02:00
parent aaf37821c4
commit b709adddcf
5 changed files with 20 additions and 16 deletions

View file

@ -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()