Skip to content

Commit 2cff4e7

Browse files
committed
Fix test
1 parent 0675a42 commit 2cff4e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,9 @@ unsupported with sort:
389389
- match: { values.0.2: null }
390390
- match: { values.0.3: "2015-01-01T12:10:30.123456789Z" }
391391
- match: { values.0.4: null }
392-
- match: { values.0.5: [0.5, 10.0, 6.0] }
392+
- match: { values.0.5.0: 0.5 }
393+
- match: { values.0.5.1: 10.0 }
394+
- match: { values.0.5.2: 6.0 }
393395
- match: { values.0.6: null }
394396
- match: { values.0.7: null }
395397
- match: { values.0.8: "POINT (10.0 12.0)" }

0 commit comments

Comments
 (0)