add test for pubpack - make sure that it is working

This commit is contained in:
Grahame Grieve 2020-07-17 09:30:58 +10:00
parent 70b3cb73cf
commit f3b1f16f39
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ public class CachingPackageClientTests {
Assertions.assertTrue(client.exists("hl7.fhir.r4.core", "4.0.1"));
Assertions.assertTrue(!client.exists("hl7.fhir.r4.core", "1.0.2"));
Assertions.assertTrue(!client.exists("hl7.fhir.nothing", "1.0.1"));
Assertions.assertTrue(client.exists("hl7.fhir.pubpack", "0.0.6"));
}
@Test