Closed awalley-ncqa closed 6 months ago
The join test join_with_empty_value uses the type "name" (an invalid FHIR type) instead of "string".
join_with_empty_value
This Zulip Thread explains the issue with the expected result of false rather than null for the two tests that I changed.
false
null
Good catch! Merging.
The join test
join_with_empty_value
uses the type "name" (an invalid FHIR type) instead of "string".This Zulip Thread explains the issue with the expected result of
false
rather thannull
for the two tests that I changed.