We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e248a commit 3f71613Copy full SHA for 3f71613
Cql/CoreTests/Packaging/CqlTypeToFhirTypeMapperTests.cs
@@ -44,18 +44,6 @@ public void TypeEntryFor_CqlPrimitiveTypeListWithoutElementType_ThrowsArgumentNu
44
mapper.TypeEntryFor(CqlPrimitiveType.List);
45
}
46
47
- [TestMethod]
48
- [ExpectedException(typeof(NotSupportedException))]
49
- public void TypeEntryFor_CqlPrimitiveTypeLong_ThrowsNotSupportedException()
50
- {
51
- // Arrange
52
- var typeResolver = new FhirTypeResolver(ModelInfo.ModelInspector);
53
- var mapper = new CqlTypeToFhirTypeMapper(typeResolver);
54
-
55
- // Act
56
- mapper.TypeEntryFor(CqlPrimitiveType.Long);
57
- }
58
59
[TestMethod]
60
public void TypeEntryFor_CqlPrimitiveTypeListWithElementType_ReturnsFhirList()
61
{
0 commit comments