Skip to content

Commit f04d341

Browse files
Update date of birth of example patient (#178)
1 parent f67dda2 commit f04d341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/vaccinate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module.exports = router => {
113113
if (nhsNumberKnown === "yes") {
114114

115115
req.session.data.patientName = "Jodie Brown"
116-
req.session.data.dateOfBirth = {day: "4", month: "7", year: "1964"}
116+
req.session.data.dateOfBirth = {day: "15", month: "8", year: "1949"}
117117
req.session.data.postcode = "GD3 I83"
118118

119119
res.redirect('/vaccinate/patient-history')

0 commit comments

Comments
 (0)