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

update sample_test.py - try rotate w/ dict

parent dcc2b69a
Branches
No related tags found
No related merge requests found
Pipeline #313 failed
...@@ -38,6 +38,7 @@ class TestBasicFunction(unittest.TestCase): ...@@ -38,6 +38,7 @@ class TestBasicFunction(unittest.TestCase):
self.assertEqual(s, "<class 'AmpScan.core.AmpObject'>", "Not expected Object") self.assertEqual(s, "<class 'AmpScan.core.AmpObject'>", "Not expected Object")
with self.assertRaises(TypeError): with self.assertRaises(TypeError):
Amp.rotateAng(7) Amp.rotateAng(7)
Amp.rotateAng({})
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment