Skip to content

Commit

Permalink
Fix invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Jan 14, 2021
1 parent 02c37cf commit 0eec11a
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 @@
*/

// @ts-expect-error
import stubbedLogstashFields from 'src/fixtures/logstash_fields';
import stubbedLogstashFields from '../../../../fixtures/logstash_fields';

const mockLogstashFields = stubbedLogstashFields();

Expand Down

0 comments on commit 0eec11a

Please sign in to comment.