Skip to content

Commit ae974da

Browse files
committed
MG1 thoughts?
1 parent 4e33fec commit ae974da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/templates/cancerDiseaseStatus.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('test CancerDiseaseStatus template', () => {
6969
expect(isValidFHIR(generatedDiseaseStatus)).toBeTruthy();
7070
});
7171

72-
test('valid data where cds-status is not not-asked generates a dataAbsentReason', () => {
72+
test('when provided data where cds-status value is `not-asked`, the template generates a dataAbsentReason', () => {
7373
const MINIMAL_DATA = {
7474
// Minimal amount of data to be accepted, evidence is excluded
7575
id: 'CancerDiseaseStatus-fixture',

0 commit comments

Comments
 (0)