We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d3dca commit e1839c5Copy full SHA for e1839c5
src/test/groovy/geoscript/layer/LayerTestCase.groovy
@@ -258,9 +258,9 @@ class LayerTestCase {
258
layer1.toJSON(out)
259
String json = out.toString()
260
assertNotNull json
261
- assertTrue json.startsWith("{\"type\":\"FeatureCollection\",\"features\":[")
+ assertTrue json.startsWith("{\"type\":\"FeatureCollection\"")
262
json = layer1.toJSONString()
263
264
}
265
266
@Test void toKML() {
0 commit comments