Touch for a rebuild

This commit is contained in:
Nick Goupinets 2021-03-15 16:16:59 -04:00
parent 744adb2d08
commit 83acb66675
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class StandardizingInterceptorTest {
"\t\t\"telecom.where(system='phone').value\" : \"PHONE\"\n" +
"\t\t}\n" +
"}";
private static final String BAD_CONFIG = "{ \"Person\" : { \"Person.name.family\" : \"org.nonexistent.Standardizer\"}}";
private static FhirContext ourCtx = FhirContext.forR4();