From be8998fa1270b2d7afd58b99d88644567093bde0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 10:43:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/geometries/linestring_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/geometries/linestring_test.py b/tests/geometries/linestring_test.py index db87839d..037b572f 100644 --- a/tests/geometries/linestring_test.py +++ b/tests/geometries/linestring_test.py @@ -163,7 +163,7 @@ def test_from_string_invalid_extrude(self) -> None: "", ) - def test_from_string_invalid_tesselate(self) -> None: + def test_from_string_invalid_tessellate(self) -> None: """Test the from_string method.""" with pytest.raises( exceptions.KMLParseError,