improved test name

This commit is contained in:
Ken Stevens 2019-01-09 11:53:16 -05:00 committed by James Agnew
parent 66dd6dc96c
commit 0b6c4fb450
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class SubscriptionLoaderFhirClientTest extends BaseBlockingQueueSubscriba
} }
@Test @Test
public void testSubscriptionLoaderFhirClientRequestedDoesntMatch() throws Exception { public void testSubscriptionLoaderFhirClientSubscriptionNotActive() throws Exception {
String payload = "application/fhir+json"; String payload = "application/fhir+json";
String criteria1 = "Observation?code=SNOMED-CT|" + myCode + "&_format=xml"; String criteria1 = "Observation?code=SNOMED-CT|" + myCode + "&_format=xml";