Skip to content

Commit bacc52a

Browse files
stephane-caronStéphane Caron
authored andcommitted
WIP: Add back r2_description test
1 parent d7e08e9 commit bacc52a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_robomeshcat.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ def test_load_robot_description(self):
4444
# upkie = load_robot_description("upkie_description")
4545
# self.assertIsNotNone(upkie)
4646

47-
# def test_collada_description(self):
48-
# """
49-
# Test a robot description with Collada meshes.
50-
# """
51-
# r2 = load_robot_description("r2_description")
52-
# self.assertIsNotNone(r2)
47+
def test_collada_description(self):
48+
"""
49+
Test a robot description with Collada meshes.
50+
"""
51+
r2 = load_robot_description("r2_description")
52+
self.assertIsNotNone(r2)
5353

5454

5555
except ImportError:

0 commit comments

Comments
 (0)