Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kad-korpem committed Dec 4, 2024
1 parent cc1dbb5 commit 64c03b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/validations/test_geometry_empty_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def test_with_gpkg_empty():


def test_with_gpkg_null():
# geometries that are null slip through
dataset = open_dataset("tests/data/test_geometry_null.gpkg")
result = list(EmptyGeometryValidator(dataset).check())
assert len(result) == 1
Expand Down

0 comments on commit 64c03b1

Please sign in to comment.