Skip to content

Commit 3a1a2bd

Browse files
Dtphelan1jafeltra
andauthored
Update test/helpers/contextUtils.test.js
Co-authored-by: Julia Afeltra <30803904+jafeltra@users.noreply.github.com>
1 parent 27f070e commit 3a1a2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/contextUtils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('getConditionsFromContext', () => {
5656
expect(conditions).toContain(conditionResource2);
5757
});
5858

59-
test('Should throw an error if there is no patient in context', () => {
59+
test('Should throw an error if there is no Condition resource in context', () => {
6060
expect(() => getConditionsFromContext({}))
6161
.toThrow('Could not find any conditions in context; ensure that a ConditionExtractor is used earlier in your extraction configuration');
6262
});

0 commit comments

Comments
 (0)