Fix test that breaks on local machines

This commit is contained in:
dotasek 2023-09-05 15:36:33 -04:00
parent 82813a88d2
commit cf398fbbcd
1 changed files with 1 additions and 1 deletions

View File

@ -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"));
}