Fix broken test

This commit is contained in:
James 2017-08-12 06:32:46 -04:00
parent e0f23880e1
commit 1e659c65f2
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ public class DateRangeParamTest {
return p; return p;
} }
private static FhirContext ourCtx = FhirContext.forDstu1(); private static FhirContext ourCtx = FhirContext.forDstu3();
public static Date parse(String theString) throws ParseException { public static Date parse(String theString) throws ParseException {
return ourFmt.parse(theString); return ourFmt.parse(theString);