Ahh! jshint.. my old friend

This commit is contained in:
Daniel García Aubert 2017-11-29 16:56:28 +01:00
parent 1b6de9961a
commit cded5afdcb

View File

@ -196,12 +196,14 @@ return function () {
assert.deepEqual(body, {
"errors": [
"The layergroup contains incompatible layers: don't mix styled layers with non styled layers (without cartocss)"
"The layergroup contains incompatible layers: " +
"don't mix styled layers with non styled layers (without cartocss)"
],
"errors_with_context":[
{
"type":"layergroup",
"message": "The layergroup contains incompatible layers: don't mix styled layers with non styled layers (without cartocss)"
"message": "The layergroup contains incompatible layers: " +
"don't mix styled layers with non styled layers (without cartocss)"
}
]
});