File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def test_init_error(self):
105
105
NamespaceReader (['path1' , 'path2' ])
106
106
107
107
def test_resource_path (self ):
108
- namespacedata = import_module ('namespacedata01 ' )
108
+ namespacedata = import_module ('namespacedata ' )
109
109
reader = NamespaceReader (namespacedata .__spec__ .submodule_search_locations )
110
110
111
111
root = os .path .abspath (os .path .join (__file__ , '..' , 'namespacedata' ))
@@ -117,7 +117,7 @@ def test_resource_path(self):
117
117
)
118
118
119
119
def test_files (self ):
120
- namespacedata = import_module ('namespacedata01 ' )
120
+ namespacedata = import_module ('namespacedata ' )
121
121
reader = NamespaceReader (namespacedata .__spec__ .submodule_search_locations )
122
122
root = os .path .abspath (os .path .join (__file__ , '..' , 'namespacedata' ))
123
123
self .assertIsInstance (reader .files (), MultiplexedPath )
You can’t perform that action at this time.
0 commit comments