Skip to content

Commit 24d4b20

Browse files
committed
Fix test
1 parent 4a44b9d commit 24d4b20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/data/public/query/filter_manager/lib/generate_filter.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const INDEX_NAME = 'my-index';
2525
const EXISTS_FIELD_NAME = '_exists_';
2626
const FIELD = {
2727
name: 'my-field',
28-
type: 'number',
2928
} as IFieldType;
3029
const PHRASE_VALUE = 'my-value';
3130

0 commit comments

Comments
 (0)