Skip to content

Commit

Permalink
remove one failing test that does not apply to the new Rotation class
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein committed Dec 5, 2023
1 parent 7df69d4 commit 0b3c04e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_direct_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2536,8 +2536,6 @@ def test_rotation_parameters(self):
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"""
Expand Down

0 comments on commit 0b3c04e

Please sign in to comment.