From be429299de79e160a3816edc466eb54011930692 Mon Sep 17 00:00:00 2001 From: Tadgh Date: Mon, 6 Jul 2020 11:46:20 -0700 Subject: [PATCH] Change string name --- .../uhn/fhir/jpa/empi/interceptor/EmpiStorageInterceptorIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-fhir-jpaserver-empi/src/test/java/ca/uhn/fhir/jpa/empi/interceptor/EmpiStorageInterceptorIT.java b/hapi-fhir-jpaserver-empi/src/test/java/ca/uhn/fhir/jpa/empi/interceptor/EmpiStorageInterceptorIT.java index 1a4b6578c84..e7fc8f65d62 100644 --- a/hapi-fhir-jpaserver-empi/src/test/java/ca/uhn/fhir/jpa/empi/interceptor/EmpiStorageInterceptorIT.java +++ b/hapi-fhir-jpaserver-empi/src/test/java/ca/uhn/fhir/jpa/empi/interceptor/EmpiStorageInterceptorIT.java @@ -278,7 +278,7 @@ public class EmpiStorageInterceptorIT extends BaseEmpiR4Test { Patient p = new Patient(); EmpiHelperR4.OutcomeAndLogMessageWrapper messageWrapper = myEmpiHelper.createWithLatch(p); p.setId(messageWrapper.getDaoMethodOutcome().getId()); - addExternalEID(p, "zoop"); + addExternalEID(p, "external eid"); myEmpiHelper.updateWithLatch(p); setPreventEidUpdates(false); }