Update hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/dao/dstu3/FhirResourceDaoDstu3ConceptMapTest.java
Co-authored-by: Diederik Muylwyk <diederik.muylwyk@gmail.com>
This commit is contained in:
parent
ebb3fa0ca1
commit
6aa1a5ec3f
|
@ -118,7 +118,7 @@ public class FhirResourceDaoDstu3ConceptMapTest extends BaseJpaDstu3Test {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testConcaptMapTwoConceptMapWithSameUrlDifferentVersion() {
|
public void testConceptMapTwoConceptMapWithSameUrlDifferentVersion() {
|
||||||
|
|
||||||
String theUrl = "http://loinc.org/property/analyte-suffix";
|
String theUrl = "http://loinc.org/property/analyte-suffix";
|
||||||
ConceptMap theConceptMap1 = new ConceptMap();
|
ConceptMap theConceptMap1 = new ConceptMap();
|
||||||
|
|
Loading…
Reference in New Issue