Skip to content

Commit

Permalink
Fix test references to the moved utils
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Nov 27, 2019
1 parent db6b130 commit 5f7c0e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/legacy/ui/public/chrome/api/__tests__/xsrf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import expect from '@kbn/expect';
import sinon from 'sinon';

import { initChromeXsrfApi } from '../xsrf';
import { version } from '../../../../../utils/package_json';
import { version } from '../../../../../../core/utils/package_json';

describe('chrome xsrf apis', function () {
const sandbox = sinon.createSandbox();
Expand Down
2 changes: 1 addition & 1 deletion src/legacy/ui/public/legacy_compat/__tests__/xsrf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import sinon from 'sinon';
import ngMock from 'ng_mock';

import { $setupXsrfRequestInterceptor } from '../angular_config';
import { version } from '../../../../utils/package_json';
import { version } from '../../../../../core/utils/package_json';

const xsrfHeader = 'kbn-version';
const newPlatform = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import _ from 'lodash';

import testSubjSelector from '@kbn/test-subj-selector';

import { pkg } from 'src/core/utils';
import { pkg } from '../../../../src/core/utils';
import { FtrProviderContext } from '../../ftr_provider_context';

// @ts-ignore internal js that is passed to the browser as is
Expand Down

0 comments on commit 5f7c0e3

Please sign in to comment.