-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add emails to mock journal slots * Version bump
- Loading branch information
1 parent
0561d85
commit 07cd3da
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,7 @@ export const fakeJournalTestSlots = [ | |
secondaryTelephone: '04321 145765', | ||
dateOfBirth: '1980-10-15', | ||
ethnicityCode: 'A', | ||
emailAddress: '[email protected]', | ||
}, | ||
}, | ||
slotDetail: { | ||
|
@@ -150,6 +151,7 @@ export const fakeJournalTestSlots = [ | |
secondaryTelephone: '04321 098765', | ||
dateOfBirth: '1985-10-01', | ||
ethnicityCode: 'A', | ||
emailAddress: '[email protected]', | ||
}, | ||
}, | ||
slotDetail: { | ||
|
@@ -208,6 +210,7 @@ export const fakeJournalTestSlots = [ | |
secondaryTelephone: '04321 098765', | ||
dateOfBirth: '2000-01-15', | ||
ethnicityCode: 'A', | ||
emailAddress: '[email protected]', | ||
}, | ||
}, | ||
slotDetail: { | ||
|
@@ -266,6 +269,7 @@ export const fakeJournalTestSlots = [ | |
secondaryTelephone: '04321 098765', | ||
dateOfBirth: '2001-12-24', | ||
ethnicityCode: 'A', | ||
emailAddress: '[email protected]', | ||
}, | ||
}, | ||
slotDetail: { | ||
|