We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ff67c commit 232a868Copy full SHA for 232a868
tests/test_download_manager_utils.py
@@ -129,7 +129,7 @@ class TestGetResumePosition(unittest.TestCase):
129
130
def setUp(self):
131
"""Create test directory."""
132
- self.test_dir = "tmp/test_download_manager"
+ self.test_dir = "tmp_test_download_manager"
133
# Handle both CPython and MicroPython
134
try:
135
os.makedirs(self.test_dir, exist_ok=True)
0 commit comments