Skip to content

Commit

Permalink
Fix visualizations test imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Sep 17, 2020
1 parent 3025bcc commit 6e90756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/visualizations/public/vis.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jest.mock('./services', () => {
// eslint-disable-next-line
const { BaseVisType } = require('./vis_types/base_vis_type');
// eslint-disable-next-line
const { SearchSource } = require('../../data/public/search/search_source');
const { SearchSource } = require('../../data/common/search/search_source');
// eslint-disable-next-line
const fixturesStubbedLogstashIndexPatternProvider = require('../../../fixtures/stubbed_logstash_index_pattern');
const visType = new BaseVisType({
Expand Down

0 comments on commit 6e90756

Please sign in to comment.