Skip to content

Commit

Permalink
fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Oct 19, 2023
1 parent d031f44 commit c5053c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/content/foreach.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"select": [
{
"forEach": "Patient.where(id = 'XX')",
"column": [{ "path": "id", "alias": "id" }]
"column": [{ "path": "id", "name": "id" }]
}
]
},
Expand All @@ -77,7 +77,7 @@
"select": [
{
"forEachOrNull": "Patient.where(id = 'XX')",
"column": [{ "path": "id", "alias": "id" }]
"column": [{ "path": "id", "name": "id" }]
}
]
},
Expand Down

0 comments on commit c5053c7

Please sign in to comment.