Merge branch 'gg-202202-various' of https://github.com/hapifhir/org.hl7.fhir

This commit is contained in:
Grahame Grieve 2022-02-26 08:09:27 +11:00
commit 23fe900624
1 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,7 @@ public class SimpleWorkerContextTests {
ValueSet vs = new ValueSet();
vs.setStatus(Enumerations.PublicationStatus.ACTIVE);
vs.setCompose(new ValueSet.ValueSetComposeComponent());
vs.getCompose().setInactive(true);
vs.getCompose().getInclude().add(inc);
Mockito.doReturn(cacheToken).when(terminologyCache).generateExpandToken(argThat(new ValueSetMatcher(vs)),eq(true));
@ -282,6 +283,7 @@ public class SimpleWorkerContextTests {
ValueSet vs = new ValueSet();
vs.setStatus(Enumerations.PublicationStatus.ACTIVE);
vs.setCompose(new ValueSet.ValueSetComposeComponent());
vs.getCompose().setInactive(true);
vs.getCompose().getInclude().add(inc);
Mockito.doReturn(cacheToken).when(terminologyCache).generateExpandToken(argThat(new ValueSetMatcher(vs)),eq(true));