Skip to content

Commit

Permalink
[imports] fix old testUtils import
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and scampi committed Jun 2, 2016
1 parent 7819fa9 commit d4b9c11
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ import sinon from 'auto-release-sinon';

import RequestQueueProv from '../../_request_queue';
import SearchSourceProv from '../search_source';
import StubIndexPatternProv from 'testUtils/stub_index_pattern';
import StubIndexPatternProv from 'test_utils/stub_index_pattern';

describe('SearchSource', function () {
require('test_utils/no_digest_promises').activateForSuite();
Expand Down

0 comments on commit d4b9c11

Please sign in to comment.