From 01027b73da21d9fca87d054c90050599a86d649e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Tue, 27 Jun 2017 14:36:18 +0200 Subject: [PATCH] Fix jshint typo --- test/acceptance/dataviews/histogram.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/acceptance/dataviews/histogram.js b/test/acceptance/dataviews/histogram.js index b26f0728..93b59b6e 100644 --- a/test/acceptance/dataviews/histogram.js +++ b/test/acceptance/dataviews/histogram.js @@ -381,9 +381,8 @@ describe('histogram-dataview for date column type', function() { }); }); - it('bins_count should be equal to bins array length filtered by start and end ' + test.desc, function (done) { + it('bins_count should be equal to bins length filtered by start and end ' + test.desc, function (done) { var TIMEZONE_UTC_IN_SECONDS = 0 * 3600; // UTC - var TIMEZONE_UTC_IN_MINUTES = 0 * 60; // UTC var params = { timezone: TIMEZONE_UTC_IN_SECONDS, aggregation: 'quarter', @@ -403,9 +402,8 @@ describe('histogram-dataview for date column type', function() { }); }); - it('bins_count should be greater than bins array length filtered by start and end ' + test.desc, function (done) { + it('bins_count should be greater than bins length filtered by start and end ' + test.desc, function (done) { var TIMEZONE_UTC_IN_SECONDS = 0 * 3600; // UTC - var TIMEZONE_UTC_IN_MINUTES = 0 * 60; // UTC var params = { timezone: TIMEZONE_UTC_IN_SECONDS, aggregation: 'quarter',