From 0d0423eec884cab02da36d7d0c10e56ff786fa81 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Thu, 31 Oct 2024 11:48:07 +0000 Subject: [PATCH] Update tests/hypothesis/multi_geometry_test.py Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- tests/hypothesis/multi_geometry_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hypothesis/multi_geometry_test.py b/tests/hypothesis/multi_geometry_test.py index cf430313..370b57eb 100644 --- a/tests/hypothesis/multi_geometry_test.py +++ b/tests/hypothesis/multi_geometry_test.py @@ -147,7 +147,7 @@ def _test_geometry_str_roundtrip_terse( assert new.tessellate == orig.tessellate == tessellate else: assert new.tessellate is None - validate(element=new_g.etree_element()) + assert validate(element=new_g.etree_element()) def _test_geometry_str_roundtrip_verbose(