Skip to content

Commit

Permalink
Fixed expected output for clinical trial note to match default date b…
Browse files Browse the repository at this point in the history
…eing set.
  • Loading branch information
jafeltra committed Jul 5, 2018
1 parent 75c3023 commit f7099c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/backend/noteparser/NoteParserUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ export const clinicalTrialEnrollmentMinimalJSON = {
"EntryType": {
"Value": "http://standardhealthrecord.org/spec/shr/core/TimePeriodStart"
},
"Value": null
"Value": today
}
}
}
Expand Down

0 comments on commit f7099c1

Please sign in to comment.