Skip to content
Snippets Groups Projects
Verified Commit df4b027a authored by Justin Carpentier's avatar Justin Carpentier
Browse files

test/python: fix test

parent fba1fb9a
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ class TestGeometryObjectBindings(unittest.TestCase): ...@@ -12,7 +12,7 @@ class TestGeometryObjectBindings(unittest.TestCase):
def test_name_get_set(self): def test_name_get_set(self):
col = self.collision_model.geometryObjects[0] col = self.collision_model.geometryObjects[0]
self.assertTrue(col.name == 'rlegshoulder_object') self.assertTrue(col.name == 'rleg_shoulder_object')
col.name = 'new_collision_name' col.name = 'new_collision_name'
self.assertTrue(col.name == 'new_collision_name') self.assertTrue(col.name == 'new_collision_name')
......
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