Skip to content
Snippets Groups Projects
Commit f851b45b authored by ojs1g14's avatar ojs1g14
Browse files

Update sample_test.py

parent b85ab0d8
Branches
No related tags found
No related merge requests found
Pipeline #46 failed
...@@ -32,8 +32,8 @@ class TestBasicFunction(unittest.TestCase): ...@@ -32,8 +32,8 @@ class TestBasicFunction(unittest.TestCase):
#from modPath import align #from modPath import align
print("Check add new path 0:") print("Check add new path 0:")
print(sys.path[0]) print(sys.path[0])
import align import core
s = str(type(align)) s = str(type(core))
self.assertEqual(s, "<class 'module'>") self.assertEqual(s, "<class 'module'>")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment