Skip to content

Commit 64c03b1

Browse files
committed
Remove obsolete comment
1 parent cc1dbb5 commit 64c03b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/validations/test_geometry_empty_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def test_with_gpkg_empty():
1515

1616

1717
def test_with_gpkg_null():
18-
# geometries that are null slip through
1918
dataset = open_dataset("tests/data/test_geometry_null.gpkg")
2019
result = list(EmptyGeometryValidator(dataset).check())
2120
assert len(result) == 1

0 commit comments

Comments
 (0)