Browse Source

more link fixes

Patrick O'Carroll 8 years ago
parent
commit
f097bce565

+ 1 - 1
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();

+ 1 - 1
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() {