Skip to content

Commit fdf8594

Browse files
committed
fix path test
1 parent 53a7b38 commit fdf8594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_imports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class TestImports(unittest.TestCase):
66
def test_import_path(self):
77
"""Test import fs also imports other symbols."""
88
restore_fs = sys.modules.pop("fs")
9+
sys.modules.pop("fs.path")
910
try:
1011
import fs
1112

0 commit comments

Comments
 (0)