diff --git a/test/fhirtypes/ElementDefinition.assignString.test.ts b/test/fhirtypes/ElementDefinition.assignString.test.ts index aad917e19..ae1c93f5f 100644 --- a/test/fhirtypes/ElementDefinition.assignString.test.ts +++ b/test/fhirtypes/ElementDefinition.assignString.test.ts @@ -339,7 +339,6 @@ describe('ElementDefinition', () => { ); }); - // MAYBE? it('should throw MismatchedTypeError when assigning a canonical to an incorrect value', () => { const instantiates = capabilityStatement.elements.find( e => e.id === 'CapabilityStatement.instantiates'