Skip to content

Commit

Permalink
chore: Extra indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gjclark committed Aug 29, 2024
1 parent 84364f3 commit fe077a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ def test_from_wkt_bad_points(simplify_transformer):

def test_from_geo_json_bad_points(simplify_transformer):
with pytest.raises(
Exception,
match=r"WKT: 'POINT \(30 10\)' is not a Polygon or MultiPolygon",
Exception,
match=r"WKT: 'POINT \(30 10\)' is not a Polygon or MultiPolygon",
):
simplify_transformer.from_geo_json({
"type": "Point",
Expand Down

0 comments on commit fe077a9

Please sign in to comment.