fix broken test

This commit is contained in:
Ken Stevens 2019-04-04 10:26:09 -04:00
parent 859bc7d71b
commit 5299479143
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class ResourceProviderExpungeR4Test extends BaseResourceProviderR4Test {
.execute();
assertEquals("count", output.getParameter().get(0).getName());
assertEquals(2, ((IntegerType) output.getParameter().get(0).getValue()).getValue().intValue());
assertEquals(1, ((IntegerType) output.getParameter().get(0).getValue()).getValue().intValue());
// Only deleted and prior patients
assertStillThere(myOneVersionPatientId);