Skip to content

Commit c21458e

Browse files
committed
got tests working with built local package
1 parent 8e0433d commit c21458e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pose3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ def test_constructor(self):
836836
# Bad number of arguments
837837
with self.assertRaises(ValueError):
838838
T = SE3(1.0, 0.0)
839-
with self.assertRaises(ValueError):
839+
with self.assertRaises(TypeError):
840840
T = SE3(1.0, 0.0, 0.0, 0.0)
841841

842842
def test_shape(self):

0 commit comments

Comments
 (0)