Skip to content

Commit 5756025

Browse files
committed
fix test
1 parent c842ae7 commit 5756025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql/geos/st_maximuminscribedcircle.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require spatial
33
query I
44
SELECT st_maximuminscribedcircle('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::GEOMETRY);
55
----
6-
{'center': POINT (0.5 0.5), 'nearest': POINT (0.5 0), 'radius': 0.5}
6+
{'center': 'POINT (0.5 0.5)', 'nearest': 'POINT (0.5 0)', 'radius': 0.5}
77

88
statement error
99
SELECT st_maximuminscribedcircle('POLYGON EMPTY'::GEOMETRY);

0 commit comments

Comments
 (0)