1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 02:09:17 +02:00

actually we can wait for threads to stop now, don't know why it didn't work before.

we can also attempt to free dc_context now.
This commit is contained in:
holger krekel 2018-09-13 12:50:51 +02:00
parent 75f8169072
commit a124a6dd86
2 changed files with 8 additions and 21 deletions

View file

@ -28,6 +28,7 @@ class TestOfflineAccount:
assert chat2.id == chat.id
assert chat == chat2
assert not (chat != chat2)
assert chat.dc_chat_t
def test_message(self, acfactory):
ac1 = acfactory.get_offline_account()