Skip to content

Commit

Permalink
update join and reference_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
awalley-ncqa authored and Yngwarr committed May 10, 2024
1 parent 5897809 commit 6d5091d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/fn_join.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
{
"path": "name.given.join()",
"name": "given",
"type": "name"
"type": "string"
}
]
}
Expand Down
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": false
"key_equal_ref": null
}
]
},
Expand All @@ -73,7 +73,7 @@
"key_equal_ref": true
},
{
"key_equal_ref": false
"key_equal_ref": null
}
]
},
Expand Down

0 comments on commit 6d5091d

Please sign in to comment.