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