diff --git a/partiql-tests-data/eval/query/select/projection.ion b/partiql-tests-data/eval/query/select/projection.ion index a3be9f9..6020fc0 100644 --- a/partiql-tests-data/eval/query/select/projection.ion +++ b/partiql-tests-data/eval/query/select/projection.ion @@ -120,10 +120,10 @@ result:EvaluationSuccess, output:$bag::[ { - _1: 1 - }, - { - _1: 2 + _1:( + 1 + 2 + ) } ] }