variables: lint fix

This commit is contained in:
Daniel Lee 2018-01-25 14:49:51 +01:00
parent 8aa55ee352
commit 4cfe179f47

View File

@ -25,7 +25,7 @@ describe('VariableEditorCtrl', () => {
},
};
const ctrl = new VariableEditorCtrl(scope, {}, variableSrv, {});
return new VariableEditorCtrl(scope, {}, variableSrv, {});
});
it('should emit an error', () => {