Skip to content

Commit

Permalink
fix another conflict in test file (#108905)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored Aug 17, 2021
1 parent 609bd90 commit 94f3508
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ describe('kuery functions', () => {
const node = nodeTypes.function.buildNode('geoBoundingBox', 'geo', params);
const result = geoBoundingBox.toElasticsearchQuery(node, indexPattern);

// @ts-expect-error @elastic/elasticsearch doesn't support ignore_unmapped in QueryDslGeoBoundingBoxQuery
expect(result.geo_bounding_box!.ignore_unmapped).toBe(true);
});

Expand Down

0 comments on commit 94f3508

Please sign in to comment.