Ahh! jshint.. my old friend
This commit is contained in:
parent
1b6de9961a
commit
cded5afdcb
@ -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)"
|
||||
}
|
||||
]
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user