diff --git a/python/tests/test_lowlevel.py b/python/tests/test_lowlevel.py index 85f0948e0..0bfdca3a7 100644 --- a/python/tests/test_lowlevel.py +++ b/python/tests/test_lowlevel.py @@ -122,6 +122,7 @@ def test_provider_info_none(): ) assert provider_json == "" + def test_get_info_closed(): ctx = ffi.gc( lib.dc_context_new(lib.py_dc_callback, ffi.NULL, ffi.NULL), diff --git a/python/tests/test_provider_info.py b/python/tests/test_provider_info.py index 138b950ff..9d6d27ca7 100644 --- a/python/tests/test_provider_info.py +++ b/python/tests/test_provider_info.py @@ -1,6 +1,5 @@ import pytest -from deltachat import const from deltachat import provider