Skip to content

Commit

Permalink
Add extra bad test POS string
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed May 9, 2024
1 parent 53a13d9 commit 9c8df10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ivoa.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def test_construction(self):
"RANGE 0 360",
"POLYGON 0 1 2 3",
"POLYGON 0 1 2 3 4 5 6",
"CONVEXPOLYGON 0 1 2 3 4 5",
)
for pos in bad_pos:
with self.assertRaises(ValueError):
Expand Down

0 comments on commit 9c8df10

Please sign in to comment.