mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix test
This commit is contained in:
@@ -87,7 +87,7 @@ describe('SingleStatCtrl', function() {
|
||||
});
|
||||
|
||||
it('should set formatted value', function() {
|
||||
expect(moment(ctx.data.valueFormatted).isSame('2017-09-17 09:56:37')).toBe(true);
|
||||
expect(moment(ctx.data.valueFormatted).valueOf()).toBe(1505634997000);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user