Remove extra update from test.

This commit is contained in:
Ben Li-Sauerwine 2021-08-31 20:16:22 -04:00
parent f04ff3fd0a
commit 51fe5ec5e7
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ public class ExpungeHookTest extends BaseJpaDstu3Test {
Meta theMeta = new Meta();
theMeta.addProfile("http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient");
thePatient.setMeta(theMeta);
myPatientDao.update(thePatient, mySrd);
IIdType id = myPatientDao.update(thePatient, mySrd).getId();
assertNotNull(myPatientDao.read(id));