Skip to content

Commit

Permalink
tests(): get letter
Browse files Browse the repository at this point in the history
  • Loading branch information
nckhell committed Nov 26, 2024
1 parent cfcf49e commit 931437c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/elation/__mocks__/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const getLetterResponseExample: GetLetterResponseType = {
display_to: 'Test Name',
to_number: '5555555555',
subject: 'Test Subject',
body: 'Test Body Message',
body: 'Diagnosis:\nLength of Time needed:\n\nAmbulatory Devices:\n[x] Wheelchair\n[] Cane\n[] Walker\n[] Walker with Wheels and Seat (Rollator)\n[] Power Wheel Chair',
fax_status: 'success',
fax_attachments: true,
delivery_method: 'printed',
Expand Down
2 changes: 1 addition & 1 deletion extensions/elation/actions/getLetter/getLetter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Elation - Get letter', () => {

expect(onComplete).toHaveBeenCalledWith({
data_points: {
body: 'Test Body Message',
body: 'Diagnosis:\nLength of Time needed:\n\nAmbulatory Devices:\n[x] Wheelchair\n[] Cane\n[] Walker\n[] Walker with Wheels and Seat (Rollator)\n[] Power Wheel Chair',
},
})
})
Expand Down

0 comments on commit 931437c

Please sign in to comment.