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:
IanMMarshall 2020-09-29 14:18:21 -04:00 committed by GitHub
parent b8531e599f
commit 2be47b5567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1198,7 +1198,7 @@ public class FhirResourceDaoR4ConceptMapTest extends BaseJpaR4Test {
}
@Test
public void testConcaptMapTwoConceptMapWithSameUrlOneWithoutVersion() {
public void testConceptMapTwoConceptMapWithSameUrlOneWithoutVersion() {
String theUrl = "http://loinc.org/property/analyte-suffix";
ConceptMap theConceptMap1 = new ConceptMap();