You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix unit test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user