Skip to content

Commit

Permalink
Correct import path for @kbn/rule-data-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Jun 16, 2021
1 parent daab8d4 commit ebfeb31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import expect from '@kbn/expect';
import { merge, omit } from 'lodash';
import { format } from 'url';
import { EVENT_KIND } from '../../../../../packages/kbn-rule-data-utils/src/technical_field_names';
import { EVENT_KIND } from '@kbn/rule-data-utils/target/technical_field_names';
import { FtrProviderContext } from '../../common/ftr_provider_context';
import { registry } from '../../common/registry';

Expand Down

0 comments on commit ebfeb31

Please sign in to comment.