Skip to content

Commit 39ac9e2

Browse files
Dtphelan1jafeltra
authored andcommitted
update error message expectations
1 parent 65c6ff7 commit 39ac9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extractors/CSVCancerRelatedMedicationExtractor.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ expandedExampleBundle.entry.push(exampleCSVMedicationBundle.entry[0]);
3535
describe('CSVCancerRelatedMedicationExtractor', () => {
3636
describe('formatData', () => {
3737
test('should join data appropriately and throw errors when missing required properties', () => {
38-
const expectedErrorString = 'The cancer-related medication is missing an expected element; mrn, code, code system, and status are all required values.';
38+
const expectedErrorString = 'The cancer-related medication is missing an expected element; code, code system, and status are all required values.';
3939
const localData = _.cloneDeep(exampleCSVMedicationModuleResponse);
4040
const patientId = getPatientFromContext(MOCK_CONTEXT).id;
4141

0 commit comments

Comments
 (0)