From 6a3a5547aba229b4185f7a48e821c07cad816ccb Mon Sep 17 00:00:00 2001 From: zmiao Date: Fri, 7 Feb 2020 15:57:57 +0200 Subject: [PATCH] Fix expression function capital letter (#9272) --- test/integration/expression-tests/within/basic/test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/expression-tests/within/basic/test.json b/test/integration/expression-tests/within/basic/test.json index a710b5c1c32..804d6c73cbf 100644 --- a/test/integration/expression-tests/within/basic/test.json +++ b/test/integration/expression-tests/within/basic/test.json @@ -48,7 +48,7 @@ "result": "success" }, "outputs": [false, true, false], - "serialized": ["Within", { + "serialized": ["within", { "coordinates": [[[0, 0], [0, 5], [5, 5], [5, 0], [0, 0]]], "type": "Polygon" }]