Skip to content

Commit

Permalink
Fix badPath in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Oct 29, 2023
1 parent 7930a03 commit 141f9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/content/union_all.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"resource": "Patient",
"select": [
{
"forEachOrNull": "badPath",
"forEachOrNull": "address.where(id = 'never-match')",
"unionAll": [
{
"column": [{ "path": "'a'", "name": "letter" }]
Expand Down

0 comments on commit 141f9d5

Please sign in to comment.