Use a smaller package

This commit is contained in:
dotasek 2023-11-29 12:02:41 -05:00
parent 09ab60405d
commit 1866be1673
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public class FilesystemPackageManagerTests {
final int index = i;
Thread t = new Thread(() -> {
try {
pcm.loadPackage("hl7.fhir.r4.core#4.0.1");
pcm.loadPackage("hl7.fhir.xver-extensions#0.0.12");
totalSuccessful.incrementAndGet();
System.out.println("Thread " + index + " completed");
} catch (Exception e) {