Merge branch 'subsecond-influx' of https://github.com/abrander/grafana

This commit is contained in:
Torkel Ödegaard
2015-05-09 15:28:39 +02:00
2 changed files with 8 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ define([
it('10m 1600 resolution', function() {
var range = { from: kbn.parseDate('now-10m'), to: kbn.parseDate('now') };
var str = kbn.calculateInterval(range, 1600, null);
expect(str).to.be('0.1s');
expect(str).to.be('100ms');
});
it('fixed user interval', function() {