Skip to content

Commit

Permalink
Fix wrong JSON in test
Browse files Browse the repository at this point in the history
  • Loading branch information
peturgq committed Oct 17, 2022
1 parent 0b5ce62 commit 8430481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe('NotificationController - Send ready for court notifications', () => {
mockFindOne.mockResolvedValueOnce({} as Notification)
const mockFindAll = mockNotificationModel.findAll as jest.Mock
mockFindAll.mockResolvedValueOnce([
{ recipients: '[{"name":"Saul Goodman","address":"}]' },
{ recipients: '[{"name":"Saul Goodman","address": ""}]' },
])

await givenWhenThen(caseId, user, theCase, notification)
Expand Down

0 comments on commit 8430481

Please sign in to comment.