Update expected number of mimetypes

This commit is contained in:
Martha Mitran 2024-01-17 15:21:05 -08:00
parent 8b7c6292f5
commit 62f06929f1
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ public class CommonCodeSystemsTerminologyServiceTest {
public void testFetchCodeSystem_withMimeType_returnsResult() {
CodeSystem cs = (CodeSystem) mySvc.fetchCodeSystem(MIMETYPES_CODESYSTEM_URL);
assertNotNull(cs);
assertEquals(2085, cs.getConcept().size());
assertEquals(2088, cs.getConcept().size());
}
@ParameterizedTest