Skip to content

Commit 45890ce

Browse files
committed
fix WKT in test
1 parent e68403f commit 45890ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/test_itemtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def test_get_collection_item_json_ld(config, api_):
637637
expanded = jsonld.expand(feature)[0]
638638
assert expanded['http://www.opengis.net/ont/geosparql#hasGeometry'][0][
639639
'http://www.opengis.net/ont/geosparql#asWKT'][0][
640-
'@value'] == 'MULTIPOINT (10 40, 40 30, 20 20, 30 10)'
640+
'@value'] == 'MULTIPOINT ((10 40), (40 30), (20 20), (30 10))'
641641
assert expanded['https://schema.org/geo'][0][
642642
'https://schema.org/polygon'][0][
643643
'@value'] == "10.0,40.0 40.0,30.0 20.0,20.0 30.0,10.0 10.0,40.0"

0 commit comments

Comments
 (0)