diff --git a/test/acceptance/mvt-regressions.js b/test/acceptance/mvt-regressions.js index 98f263d0..8ff28f50 100644 --- a/test/acceptance/mvt-regressions.js +++ b/test/acceptance/mvt-regressions.js @@ -100,7 +100,8 @@ describe('MVT Mapnik', function () { { type: 'cartodb', options: { - sql: "select ldc, cartodb_id, _2016_6_partcntry, the_geom_webmercator, country from countries_null_values where country = 'Kenya' OR country = 'Sudan' LIMIT 3", + sql: "select ldc, cartodb_id, _2016_6_partcntry, the_geom_webmercator, country " + + "from countries_null_values where country = 'Kenya' OR country = 'Sudan' LIMIT 3", } } ]