Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 5, 2024
1 parent 1f75afa commit be8998f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/geometries/linestring_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_from_string_invalid_extrude(self) -> None:
"</LineString>",
)

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,
Expand Down

0 comments on commit be8998f

Please sign in to comment.