Skip to content

Commit 1f050fd

Browse files
committed
review feedback
1 parent e59a758 commit 1f050fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/maps/public/layers/tooltips/es_tooltip_property.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
import { IFieldType, IndexPattern } from '../../../../../../src/plugins/data/public';
88
import { ESTooltipProperty } from './es_tooltip_property';
99
import { TooltipProperty } from './tooltip_property';
10-
import { AbstractField, IField } from '../fields/field';
10+
import { AbstractField } from '../fields/field';
1111
import { FIELD_ORIGIN } from '../../../common/constants';
1212

13-
class MockField extends AbstractField implements IField {}
13+
class MockField extends AbstractField {}
1414

1515
const indexPatternField = {
1616
name: 'machine.os',

0 commit comments

Comments
 (0)