Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(test): update patient slice test to match resource update
Browse files Browse the repository at this point in the history
fix #1668
  • Loading branch information
ocBruno committed Feb 3, 2020
1 parent 68bb92c commit 0a23b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/patients/patients-slice.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('patients slice', () => {
expect(mockedComponents.Toast).toHaveBeenCalledWith(
'success',
'Success!',
`patients.successfullyCreated ${expectedGivenName} ${expectedFamilyName} ${expectedSuffix}`,
`Successfully created patient ${expectedGivenName} ${expectedFamilyName} ${expectedSuffix}`,
)
})
})
Expand Down

0 comments on commit 0a23b8c

Please sign in to comment.