Przeglądaj źródła

Updated test to match e906a19

Anders Brander 10 lat temu
rodzic
commit
d685644dee
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/test/specs/kbn-format-specs.js

+ 1 - 1
public/test/specs/kbn-format-specs.js

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