Skip to content

Commit

Permalink
Update tests/gx_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Ledermann <[email protected]>
  • Loading branch information
apurvabanka and cleder authored Oct 13, 2024
1 parent 349436a commit 84e8bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gx_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def test_from_multilinestring(self) -> None:

mt = MultiTrack(geometry=lines, ns="")

assert mt.__bool__() is True
assert bool(mt)

assert (
mt.to_string()
Expand Down

0 comments on commit 84e8bb9

Please sign in to comment.