Test fix
This commit is contained in:
parent
4978a5de21
commit
371cda280a
|
@ -1353,7 +1353,6 @@ public class FhirInstanceValidatorR4Test extends BaseTest {
|
|||
ValidationResult output = myVal.validateWithResult(allergy);
|
||||
List<SingleValidationMessage> errors = logResultsAndReturnNonInformationalOnes(output);
|
||||
assertEquals(errors.toString(), 0, errors.size());
|
||||
assertThat(errors.get(0).getMessage(), containsString("The value provided (\"BLAH\") is not in the value set http://hl7.org/fhir/ValueSet/currencies"));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue