Skip to content

Commit

Permalink
Updated linestring validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jan 2, 2024
1 parent c9b4901 commit f9e5635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_data/test_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,4 @@ def test_invalid_linestring():

# Time is not sorted
with pytest.raises(ValueError):
data.LineString(coordinates=[[0, 1], [2, 1], [1, 1]])
data.LineString(coordinates=[[1, 1], [0.5, 1], [0, 1]])

0 comments on commit f9e5635

Please sign in to comment.