We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d913e3 commit 2240eebCopy full SHA for 2240eeb
dynamic_payload_analysis_core/test/test_core.py
@@ -470,7 +470,7 @@ def test_get_parent_joint_id(self):
470
471
self.assertIsNotNone(parent_id, "Parent joint ID should not be None")
472
self.assertIsInstance(parent_id, int, "Parent joint ID should be an integer")
473
- self.assertEqual(parent_id, 24, "Parent joint ID should match the expected value")
+ self.assertEqual(parent_id, 25, "Parent joint ID should match the expected value")
474
475
print("✅ Get parent joint ID assertion passed")
476
0 commit comments