From cded5afdcb23b9f5f4bb034f861ba01c1628c5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Wed, 29 Nov 2017 16:56:28 +0100 Subject: [PATCH] Ahh! jshint.. my old friend --- test/acceptance/mvt.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/acceptance/mvt.js b/test/acceptance/mvt.js index 3953d3b4..424ac95e 100644 --- a/test/acceptance/mvt.js +++ b/test/acceptance/mvt.js @@ -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)" } ] });