mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-07 13:28:12 +00:00
Fix bug in testing with multiple contexts for the same version
This commit is contained in:
parent
f732c7bf0c
commit
1ad12a4396
@ -67,6 +67,7 @@ public class TestingUtilities {
|
||||
return context("4.0.1");
|
||||
}
|
||||
public static IWorkerContext context(String version) {
|
||||
version = VersionUtilities.getMajMin(version);
|
||||
if (fcontexts == null) {
|
||||
fcontexts = new HashMap<>();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user