mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
variables: lint fix
This commit is contained in:
parent
8aa55ee352
commit
4cfe179f47
@ -25,7 +25,7 @@ describe('VariableEditorCtrl', () => {
|
||||
},
|
||||
};
|
||||
|
||||
const ctrl = new VariableEditorCtrl(scope, {}, variableSrv, {});
|
||||
return new VariableEditorCtrl(scope, {}, variableSrv, {});
|
||||
});
|
||||
|
||||
it('should emit an error', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user