Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit a508ddb

Browse files
committed
fixed array tests
1 parent b94eef7 commit a508ddb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/system/pipeline_e2e/array.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ tests:
185185
- AliasedExpression:
186186
- Function.array_concat:
187187
- Field: tags
188-
- Constant: ["new_tag", "another_tag"]
188+
- ["new_tag", "another_tag"]
189189
- "concatenatedTags"
190190
assert_results:
191191
- concatenatedTags:
@@ -232,8 +232,8 @@ tests:
232232
- AliasedExpression:
233233
- Function.array_concat:
234234
- Field: tags
235-
- Constant: ["sci-fi"]
236-
- Constant: ["classic", "epic"]
235+
- ["sci-fi"]
236+
- ["classic", "epic"]
237237
- "concatenatedTags"
238238
assert_results:
239239
- concatenatedTags:

0 commit comments

Comments
 (0)