Skip to content

Commit 02c37cf

Browse files
author
Maja Grubic
committed
Fix import
1 parent 27d77d6 commit 02c37cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/discover/public/__mocks__/stubbed_saved_object_index_pattern.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
// @ts-expect-error
21-
import stubbedLogstashFields from './logstash_fields';
21+
import stubbedLogstashFields from 'src/fixtures/logstash_fields';
2222

2323
const mockLogstashFields = stubbedLogstashFields();
2424

0 commit comments

Comments
 (0)