more link fixes

This commit is contained in:
Patrick O'Carroll 2017-10-26 14:47:07 +02:00
parent e654f80e4b
commit f097bce565
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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() {