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:
parent
75f8169072
commit
a124a6dd86
2 changed files with 8 additions and 21 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue