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:00 -04:00 committed by GitHub
parent 3940e7526f
commit b8531e599f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();