From 0a23b8c675907d7df239652511005e2bf4242064 Mon Sep 17 00:00:00 2001
From: ocBruno <brunocgmxus@gmail.com>
Date: Mon, 3 Feb 2020 15:19:14 -0300
Subject: [PATCH] fix(test): update patient slice test to match resource update

fix #1668
---
 src/__tests__/patients/patients-slice.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/__tests__/patients/patients-slice.test.ts b/src/__tests__/patients/patients-slice.test.ts
index 04dfa4266c..86d7924680 100644
--- a/src/__tests__/patients/patients-slice.test.ts
+++ b/src/__tests__/patients/patients-slice.test.ts
@@ -133,7 +133,7 @@ describe('patients slice', () => {
       expect(mockedComponents.Toast).toHaveBeenCalledWith(
         'success',
         'Success!',
-        `patients.successfullyCreated ${expectedGivenName} ${expectedFamilyName} ${expectedSuffix}`,
+        `Successfully created patient ${expectedGivenName} ${expectedFamilyName} ${expectedSuffix}`,
       )
     })
   })