Skip to content

Commit 2240eeb

Browse files
committed
fix error
1 parent 0d913e3 commit 2240eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_payload_analysis_core/test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def test_get_parent_joint_id(self):
470470

471471
self.assertIsNotNone(parent_id, "Parent joint ID should not be None")
472472
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")
473+
self.assertEqual(parent_id, 25, "Parent joint ID should match the expected value")
474474

475475
print("✅ Get parent joint ID assertion passed")
476476

0 commit comments

Comments
 (0)