fix linter errors

This commit is contained in:
Alexander Zobnin
2019-01-17 09:33:49 +03:00
parent d7db242426
commit 666b54e159
3 changed files with 5 additions and 6 deletions

View File

@@ -78,8 +78,8 @@ describe('TriggerPanelCtrl', () => {
it('should rewrite default empty target', () => {
ctx.scope.panel = {
targets: [{
"target": "",
"refId": "A"
"target": "",
"refId": "A"
}],
};
let panelCtrl = createPanelCtrl();