fix import statement

This commit is contained in:
spalger 2017-05-18 19:20:09 -07:00
parent f85570d506
commit 1cceeae9ce

View file

@ -5,7 +5,7 @@ import sinon from 'sinon';
import expect from 'expect.js';
import { escape } from 'lodash';
import { IndexPatternsFieldFormatContentTypesProvider } from '../content_types';
import IndexPatternsFieldFormatContentTypesProvider from '../content_types';
describe('index_patterns/_field_format/content_types', () => {