Explorar o código

Fixed failing influxdb query builder unit test

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
4ee455fad2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/test/specs/influxQueryBuilder-specs.js

+ 1 - 1
src/test/specs/influxQueryBuilder-specs.js

@@ -39,7 +39,7 @@ define([
 
 
       it('should generate correct query', function() {
       it('should generate correct query', function() {
         expect(query).to.be('select host, mean(value) from asd.asd where [[$timeFilter]] and time > now() - 1h ' +
         expect(query).to.be('select host, mean(value) from asd.asd where [[$timeFilter]] and time > now() - 1h ' +
-          ' group by time(1s), code order asc');
+          'group by time(1s), code order asc');
       });
       });
 
 
       it('should expose groupByFiled', function() {
       it('should expose groupByFiled', function() {