Skip to content

Commit 4be0f80

Browse files
committed
updating comment in test
1 parent a6d6295 commit 4be0f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/mcodeExtraction.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('mcodeExtraction', () => {
115115
it('should throw error when initialized with missing dependencies', async () => {
116116
const testConfig = {
117117
extractors: [
118-
// Should fail when this extractor is run without patient data in context
118+
// Should fail when this extractor is run without patient in config becuase patient is required dependency
119119
{
120120
label: 'CTI',
121121
type: 'CSVClinicalTrialInformationExtractor',

0 commit comments

Comments
 (0)