Skip to content

Commit 3f71613

Browse files
authored
Remove test for CqlPrimitiveType.Long exception in R4
1 parent 43e248a commit 3f71613

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Cql/CoreTests/Packaging/CqlTypeToFhirTypeMapperTests.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,6 @@ public void TypeEntryFor_CqlPrimitiveTypeListWithoutElementType_ThrowsArgumentNu
4444
mapper.TypeEntryFor(CqlPrimitiveType.List);
4545
}
4646

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-
5947
[TestMethod]
6048
public void TypeEntryFor_CqlPrimitiveTypeListWithElementType_ReturnsFhirList()
6149
{

0 commit comments

Comments
 (0)