Skip to content

Commit 3850b7d

Browse files
committed
Fix tests
1 parent 825bd68 commit 3850b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_row_checks_geo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def test_has_area_not_equal_to(skip_if_runtime_not_geo_compatible, spark):
488488
],
489489
[
490490
None,
491-
"value `POLYGON((0 0, 0.01 0, 0.01 0.01, 0 0.01, 0 0))` has area equal to value: 0.0001",
491+
"value `POLYGON((0 0, 0.01 0, 0.01 0.01, 0 0.01, 0 0))` in column `geom` has area equal to value: 0.0001",
492492
None,
493493
],
494494
[

0 commit comments

Comments
 (0)