FHIR / sql-on-fhir-v2

This project provides the source for the SQL on FHIR v2.0 Implementation Guide
https://build.fhir.org/ig/FHIR/sql-on-fhir-v2/
MIT License
92 stars 26 forks source link

Fix incorrect type assertions within tests #226

Closed johngrimes closed 4 months ago

johngrimes commented 5 months ago

There were a number of instances of incorrect type assertions within the test definitions.

The reference implementation does not care about these, but these need to be correct for implementations that opt in to more stringent comparison of asserted types to parsed/inferred types.