Apply suggestions from code review
Co-authored-by: Diederik Muylwyk <diederik.muylwyk@gmail.com>
This commit is contained in:
parent
d63c15ef09
commit
c593958d2c
|
@ -31,7 +31,7 @@ public class ResourceProviderR4CodeSystemValidationTest extends BaseResourceProv
|
|||
private static final org.slf4j.Logger ourLog = org.slf4j.LoggerFactory.getLogger(ResourceProviderR4CodeSystemValidationTest.class);
|
||||
|
||||
private IIdType myCsId;
|
||||
private static final String CS_ACMS_URL = "http://acme.org";
|
||||
private static final String CS_ACME_URL = "http://acme.org";
|
||||
|
||||
@BeforeEach
|
||||
@Transactional
|
||||
|
|
|
@ -886,7 +886,7 @@ public class ResourceProviderR4ConceptMapTest extends BaseResourceProviderR4Test
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testTranslateWithConcaptMapUrlAndVersion() {
|
||||
public void testTranslateWithConceptMapUrlAndVersion() {
|
||||
|
||||
//- conceptMap1 v1
|
||||
ConceptMap conceptMap1 = new ConceptMap();
|
||||
|
|
Loading…
Reference in New Issue