This commit is contained in:
Ken Stevens 2019-09-09 17:36:57 -04:00
parent de7e2a0a93
commit 42a9672cc2
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ public class InMemorySubscriptionMatcherR3Test extends BaseSubscriptionDstu3Test
CommunicationRequest cr = new CommunicationRequest();
cr.getRequester().getAgent().setReference("Organization/O1276");
cr.setOccurrence(new DateTimeType("2019-02-08T00:01:00-05:00"));
assertUnsupported(cr, criteria);
assertMatched(cr, criteria);
}