Skip to content

Commit

Permalink
Fix expression function capital letter (#9272)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiao authored Feb 7, 2020
1 parent 5f52472 commit ccae2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/expression-tests/within/basic/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}]
Expand Down

0 comments on commit ccae2ba

Please sign in to comment.