remove unnecessary spy

This commit is contained in:
thatsparesh 2019-02-09 14:56:43 -06:00
parent 1f3fafb198
commit 716db35fae

View File

@ -143,7 +143,7 @@ export function DashboardViewStateStub(this: any) {
}
export function TimeSrvStub(this: any) {
this.init = sinon.spy();
this.init = () => {};
this.time = { from: 'now-1h', to: 'now' };
this.timeRange = function(parse) {
if (parse === false) {