Fix test that breaks on local machines
This commit is contained in:
parent
82813a88d2
commit
cf398fbbcd
|
@ -16,7 +16,7 @@ class FHIRPathHostServicesTest {
|
|||
|
||||
@BeforeAll
|
||||
static public void setUp() throws Exception {
|
||||
FilesystemPackageCacheManager pcm = new org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager(false);
|
||||
FilesystemPackageCacheManager pcm = new org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager(true);
|
||||
context = TestingUtilities.getWorkerContext(pcm.loadPackage("hl7.fhir.r4.core", "4.0.1"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue