fix broken test
This commit is contained in:
parent
859bc7d71b
commit
5299479143
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue