remove one failing test that does not apply to the new Rotation class

This commit is contained in:
jdegenstein 2023-12-05 13:38:13 -06:00
parent 7df69d40fb
commit 0b3c04e042

View file

@ -2536,8 +2536,6 @@ class TestRotation(DirectApiTestCase):
self.assertVectorAlmostEquals(r.orientation, (10, 20, 30), 5)
with self.assertRaises(TypeError):
Rotation(x=10)
with self.assertRaises(ValueError):
Rotation(1,2,3,4,5)
class TestShape(DirectApiTestCase):
"""Misc Shape tests"""