diff --git a/tests/hypothesis/test_functions.py b/tests/hypothesis/test_functions.py index 7e42ded..579ba5b 100644 --- a/tests/hypothesis/test_functions.py +++ b/tests/hypothesis/test_functions.py @@ -219,6 +219,7 @@ def test_fuzz_convex_hull(points: typing.List[typing.Tuple[float, float]]) -> No for coord in hull: assert coord in points assert len(hull) <= len(points) + 1 + assert pygeoif.functions.signed_area(hull) >= 0 @given(