Skip to content

Commit

Permalink
fix crs in test_aggregate_spatial_area_result
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenVerstraelen committed May 16, 2024
1 parent 7459111 commit faffa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_batch_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def test_aggregate_spatial_area_result(tmp_path):
"geometries": {
"crs": {
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
"name": "EPSG:4326"
},
"type": "name"
},
Expand Down

0 comments on commit faffa90

Please sign in to comment.