Skip to content

Commit

Permalink
Fix incorrect expectation in "getReferenceKey result matches getResou…
Browse files Browse the repository at this point in the history
…rceKey without type specifier"

getReferenceKey returns a foreign key for patient p3, not an empty collection.
  • Loading branch information
johngrimes committed Jun 18, 2024
1 parent 680dcad commit 57d0c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fn_reference_keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"key_equal_ref": true
},
{
"key_equal_ref": null
"key_equal_ref": false
}
]
},
Expand All @@ -73,7 +73,7 @@
"key_equal_ref": true
},
{
"key_equal_ref": null
"key_equal_ref": false
}
]
},
Expand Down

0 comments on commit 57d0c13

Please sign in to comment.