Skip to content

Commit c076164

Browse files
committed
Merge branch 'feat/edges-creation' of https://github.com/Geode-solutions/OpenGeodeWeb-Back into feat/edges-creation
2 parents 5a2cc79 + f14f8f3 commit c076164

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_create_routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def test_create_point_with_invalid_data(client: FlaskClient) -> None:
8484
response = client.post(route, json=invalid_data)
8585
assert response.status_code == 400
8686

87+
8788
def test_create_curve(client: FlaskClient, curve_data: test_utils.JsonData) -> None:
8889
"""Test the creation of a curve with valid data."""
8990
route: str = "/opengeodeweb_back/create/edged_curve"

0 commit comments

Comments
 (0)