Skip to content

Commit

Permalink
Update tests/hypothesis/multi_geometry_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
cleder and coderabbitai[bot] authored Oct 31, 2024
1 parent f2b43f8 commit 0d0423e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hypothesis/multi_geometry_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0d0423e

Please sign in to comment.