From 4cfe179f470704ff54e4eccf0be69fd571a6cbe4 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Thu, 25 Jan 2018 14:49:51 +0100 Subject: [PATCH] variables: lint fix --- public/app/features/templating/specs/editor_ctrl.jest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/templating/specs/editor_ctrl.jest.ts b/public/app/features/templating/specs/editor_ctrl.jest.ts index 29f292837d7..f49d0ccd9c6 100644 --- a/public/app/features/templating/specs/editor_ctrl.jest.ts +++ b/public/app/features/templating/specs/editor_ctrl.jest.ts @@ -25,7 +25,7 @@ describe('VariableEditorCtrl', () => { }, }; - const ctrl = new VariableEditorCtrl(scope, {}, variableSrv, {}); + return new VariableEditorCtrl(scope, {}, variableSrv, {}); }); it('should emit an error', () => {