Skip to content

Commit 89d8084

Browse files
author
David Butterworth
committed
Rename Unit Test that does not throw as config is within joint limits.
1 parent 1dda21f commit 89d8084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def test_CheckJointLimits_MaxLimitAll(self):
216216
with self.assertRaises(JointLimitError):
217217
prpy.util.CheckJointLimits(self.robot, q0)
218218

219-
def test_CheckJointLimits_ZeroPosition(self):
219+
def test_CheckJointLimits_WithinLimits_DoesNotThrow(self):
220220
# Check the zero position, which should succeed
221221
q0 = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
222222
try:

0 commit comments

Comments
 (0)