Skip to content

Commit

Permalink
Remove implementation-specific field from reference key test
Browse files Browse the repository at this point in the history
The inclusion of the direct result of the getReferenceKey call in the test makes it implementation-specific and moves outside of the scope of the specification.
  • Loading branch information
johngrimes committed Jun 26, 2024
1 parent 858f743 commit c60eac5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/fn_reference_keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@
"select": [
{
"column": [
{
"path": "link.other.getReferenceKey(Observation)",
"name": "referenceKey",
"type": "string"
},
{
"path": "getResourceKey() = link.other.getReferenceKey(Observation)",
"name": "key_equal_ref",
Expand All @@ -100,11 +95,9 @@
},
"expect": [
{
"referenceKey": null,
"key_equal_ref": null
},
{
"referenceKey": null,
"key_equal_ref": null
}
]
Expand Down

0 comments on commit c60eac5

Please sign in to comment.