diff --git a/pylib/tests/test_stats.py b/pylib/tests/test_stats.py index 045983ac0..91e59e263 100644 --- a/pylib/tests/test_stats.py +++ b/pylib/tests/test_stats.py @@ -28,11 +28,8 @@ def test_graphs_empty(): def test_graphs(): - from anki import Collection as aopen - dir = tempfile.gettempdir() - - d = aopen(os.path.join(dir, "test.anki2")) + d = getEmptyCol() g = d.stats() rep = g.report() with open(os.path.join(dir, "test.html"), "w", encoding="UTF-8") as f: