summaryrefslogtreecommitdiffstats
path: root/test/test_cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_cache.py')
-rw-r--r--test/test_cache.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_cache.py b/test/test_cache.py
index ecf482c..9b3623a 100644
--- a/test/test_cache.py
+++ b/test/test_cache.py
@@ -20,6 +20,7 @@ from gallery_dl import config, util # noqa E402
dbpath = tempfile.mkstemp()[1]
config.set(("cache",), "file", dbpath)
from gallery_dl import cache # noqa E402
+cache._init()
# def tearDownModule():