Skip to content

Commit

Permalink
Fixed changed paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Sep 27, 2019
1 parent 738860e commit 5315f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import sinon from 'sinon';
import * as shouldReadFieldFromDocValuesNS from './should_read_field_from_doc_values';
import { shouldReadFieldFromDocValues } from './should_read_field_from_doc_values';

import { getKbnFieldType } from '../../../../../../../legacy/utils';
import { getKbnFieldType } from '../../../../../common';
import { readFieldCapsResponse } from './field_caps_response';
import esResponse from './__fixtures__/es_field_caps_response.json';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import { uniq } from 'lodash';
import { castEsToKbnFieldTypeName } from '../../../../../../../legacy/utils';
import { castEsToKbnFieldTypeName } from '../../../../../common';
import { shouldReadFieldFromDocValues } from './should_read_field_from_doc_values';
import { FieldDescriptor } from '../../../fetcher';

Expand Down

0 comments on commit 5315f22

Please sign in to comment.