Skip to content

Commit

Permalink
Fix incorrect import from package that does not yet exist
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Nov 30, 2022
1 parent 571f134 commit b12df9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
createRootWithCorePlugins,
createTestServers,
type TestElasticsearchUtils,
} from '@kbn/core-test-helpers-kbn-server';
} from '../../../../test_helpers/kbn_server';

const logFilePath = Path.join(__dirname, 'check_target_mappings.log');

Expand Down

0 comments on commit b12df9f

Please sign in to comment.