Skip to content

Commit bf683d4

Browse files
committed
adapt BDD tests to changed simplification
1 parent f1ba285 commit bf683d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bdd/api/reverse/geometry.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Feature: Geometries for reverse geocoding
2828
| 1 | 0.9 |
2929
Then results contain
3030
| geotext |
31-
| ^POLYGON\(\(9.5225302 47.138066, ?9.5225348 47.1379282, ?9.5227608 47.1379757, ?9.5227337 47.1380692, ?9.5225302 47.138066\)\) |
31+
| ^POLYGON\(\([0-9. ]+, ?[0-9. ]+, ?[0-9. ]+, ?[0-9. ]+(, ?[0-9. ]+)?\)\) |
3232

3333

3434
Scenario: For polygons return the centroid as center point

0 commit comments

Comments
 (0)