mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
Updated test to match e906a19
This commit is contained in:
parent
e906a1979c
commit
d685644dee
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user