Update hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/provider/dstu3/ResourceProviderDstu3ConceptMapTest.java

Co-authored-by: Diederik Muylwyk <diederik.muylwyk@gmail.com>
This commit is contained in:
IanMMarshall 2020-09-29 14:26:30 -04:00 committed by GitHub
parent 2be47b5567
commit 43b6bd38ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public class ResourceProviderDstu3ConceptMapTest extends BaseResourceProviderDst
}
@Test
public void testTranslateWithVersionedConcaptMapUrl_v2() {
public void testTranslateWithVersionedConceptMapUrl_v2() {
String url = "http://url";
createConceptMap(url, "v1", "12222", "Target Code 12222");