Fix broken test
This commit is contained in:
parent
e0f23880e1
commit
1e659c65f2
|
@ -188,7 +188,7 @@ public class DateRangeParamTest {
|
|||
return p;
|
||||
}
|
||||
|
||||
private static FhirContext ourCtx = FhirContext.forDstu1();
|
||||
private static FhirContext ourCtx = FhirContext.forDstu3();
|
||||
|
||||
public static Date parse(String theString) throws ParseException {
|
||||
return ourFmt.parse(theString);
|
||||
|
|
Loading…
Reference in New Issue