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

Update sample_test.py

parent f8c05c87
No related branches found
No related tags found
No related merge requests found
Pipeline #50 passed
......@@ -33,7 +33,7 @@ class TestBasicFunction(unittest.TestCase):
print("Check add new path 0:")
print(sys.path[0])
import AmpScan.core
s = str(type(core))
s = str(type(AmpScan.core))
print(s)
self.assertFalse(False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment