Skip to content

Commit c30f5d9

Browse files
committed
Fix unsupported types test
1 parent e0e34f4 commit c30f5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/40_unsupported_types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ unsupported:
195195
- match: { values.0.2: null }
196196
- match: { values.0.3: "2015-01-01T12:10:30.123456789Z" }
197197
- match: { values.0.4: null }
198-
- match: { values.0.5: null }
198+
- match: { values.0.5: [0.5, 10.0, 6.0] }
199199
- match: { values.0.6: null }
200200
- match: { values.0.7: null }
201201
- match: { values.0.8: "POINT (10.0 12.0)" }

0 commit comments

Comments
 (0)