Fix unit test

This commit is contained in:
Thomas Farstrike
2025-12-24 17:02:10 +01:00
parent 12ff67c5a1
commit 232a868820
+1 -1
View File
@@ -129,7 +129,7 @@ class TestGetResumePosition(unittest.TestCase):
def setUp(self):
"""Create test directory."""
self.test_dir = "tmp/test_download_manager"
self.test_dir = "tmp_test_download_manager"
# Handle both CPython and MicroPython
try:
os.makedirs(self.test_dir, exist_ok=True)