Skip to content

Commit

Permalink
Update shapely/tests/test_predicates.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 10, 2024
1 parent 5051fb7 commit 3191dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapely/tests/test_predicates.py
Expand Up @@ -263,7 +263,7 @@ def test_has_m_all_types_m(geometry):
reason="M coordinates not supported with GEOS < 3.12",
)
@pytest.mark.parametrize("geometry", all_types_zm)
def test_has_m_all_types_zm(geometry):
def test_has_z_has_m_all_types_zm(geometry):
if shapely.is_empty(geometry):
pytest.skip("GEOSHasZ with EMPTY geometries is inconsistent")
assert shapely.has_z(geometry)
Expand Down

0 comments on commit 3191dc9

Please sign in to comment.