From f097bce565ad5adb689c048fb31baadfd8535715 Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Thu, 26 Oct 2017 14:47:07 +0200 Subject: [PATCH] more link fixes --- public/app/features/dashboard/specs/share_modal_ctrl_specs.ts | 2 +- public/app/features/panellinks/specs/link_srv_specs.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/features/dashboard/specs/share_modal_ctrl_specs.ts b/public/app/features/dashboard/specs/share_modal_ctrl_specs.ts index 7a04f5f7579..c39342a6f40 100644 --- a/public/app/features/dashboard/specs/share_modal_ctrl_specs.ts +++ b/public/app/features/dashboard/specs/share_modal_ctrl_specs.ts @@ -2,7 +2,7 @@ import {describe, beforeEach, it, expect, sinon, angularMocks} from 'test/lib/co import helpers from 'test/specs/helpers'; import '../shareModalCtrl'; import config from 'app/core/config'; -import 'app/features/panellinks/linkSrv'; +import 'app/features/panellinks/link_srv'; describe('ShareModalCtrl', function() { var ctx = new helpers.ControllerTestContext(); diff --git a/public/app/features/panellinks/specs/link_srv_specs.ts b/public/app/features/panellinks/specs/link_srv_specs.ts index 77bb0a36c1f..397e97ca758 100644 --- a/public/app/features/panellinks/specs/link_srv_specs.ts +++ b/public/app/features/panellinks/specs/link_srv_specs.ts @@ -1,5 +1,5 @@ import {describe, beforeEach, it, expect, angularMocks} from 'test/lib/common'; -import 'app/features/panellinks/linkSrv'; +import 'app/features/panellinks/link_srv'; import _ from 'lodash'; describe('linkSrv', function() {