Skip to content

Commit 46ec655

Browse files
committed
test: fix snapshots
1 parent e461438 commit 46ec655

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/elasticDSL/Aggs/__tests__/__snapshots__/Aggs-test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ input Elastic_QuerySimpleQueryString_50 {
12001200
lenient: Boolean
12011201
minimum_should_match: String
12021202
quote_field_suffix: String
1203+
boost: Float
12031204
}
12041205
12051206
enum Elastic_QuerySimpleQueryStringOperatorEnum_50 {

src/elasticDSL/Query/__tests__/__snapshots__/Query-test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ input Elastic_QuerySimpleQueryString_50 {
410410
lenient: Boolean
411411
minimum_should_match: String
412412
quote_field_suffix: String
413+
boost: Float
413414
}
414415
415416
enum Elastic_QuerySimpleQueryStringOperatorEnum_50 {

0 commit comments

Comments
 (0)