You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('should join data appropriately and throw errors when missing required properties',()=>{
37
37
constexpectedErrorString='The adverse event is missing an expected attribute. Adverse event code, effective date, and grade are all required.';
38
38
constexpectedCategoryErrorString='A category attribute on the adverse event is missing a corresponding categoryCodeSystem or categoryDisplayText value.';
39
-
constexpectedActorErrorString='The adverse event is missing an expected attribute. Adverse event actor is a required element within the Participation extension';
39
+
constexpectedActorErrorString='The adverse event is missing an expected attribute. Adverse event actor is a required element when a functionCode value is included.';
0 commit comments