Skip to content

Commit

Permalink
Merge pull request #120 from partiql/main-fix-union
Browse files Browse the repository at this point in the history
Fixes an outer union coercion test
  • Loading branch information
johnedquinn authored Jul 29, 2024
2 parents 26ab08e + 875e84f commit 9aa7694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partiql-tests-data/eval-equiv/rfc/0007.ion
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ bag::[
name: "Example 6 — Value Coercion",
statement: example_6,
assert: {
evalMode: [EvalModeCoerce, EvalModeError],
evalMode: [EvalModeCoerce],
result: EvaluationSuccess,
output: $bag::[
{ "_1": 1 },
Expand Down

0 comments on commit 9aa7694

Please sign in to comment.