Skip to content

Commit 232a868

Browse files
Fix unit test
1 parent 12ff67c commit 232a868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_download_manager_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class TestGetResumePosition(unittest.TestCase):
129129

130130
def setUp(self):
131131
"""Create test directory."""
132-
self.test_dir = "tmp/test_download_manager"
132+
self.test_dir = "tmp_test_download_manager"
133133
# Handle both CPython and MicroPython
134134
try:
135135
os.makedirs(self.test_dir, exist_ok=True)

0 commit comments

Comments
 (0)