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',()=>{
36
36
constexpectedErrorString='The adverse event is missing an expected attribute. Adverse event code, mrn, and effective date are all required.';
37
+
constexpectedCategoryErrorString='A category atrribute on the adverse event is missing a corresponding categoryCodeSystem or categoryDisplayText value.';
0 commit comments