Skip to content
Snippets Groups Projects
Commit 89836547 authored by Julian Viereck's avatar Julian Viereck
Browse files

Fix unittest for solo8

parent 475f4997
No related branches found
No related tags found
No related merge requests found
Pipeline #14953 failed
......@@ -73,8 +73,8 @@ class RobotTestCase(unittest.TestCase):
def test_simple_humanoid_classical(self):
self.check('simple_humanoid_classical', 36, 35, one_kg_bodies=['LARM_LINK3', 'RARM_LINK3'])
def test_solo(self):
self.check('solo', 15, 14)
def test_solo8(self):
self.check('solo8', 15, 14)
def test_solo12(self):
self.check('solo12', 19, 18)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment