Fix jshint typo

This commit is contained in:
Daniel García Aubert 2017-06-27 14:36:18 +02:00
parent af42fba53b
commit 01027b73da

View File

@ -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',