Change the test to match the new toasted message.

This commit is contained in:
elweyn 2022-01-21 07:41:11 +01:00
parent 078c117f6e
commit 397f1f9d67

View File

@ -189,7 +189,7 @@ describe('CreationConfirm', () => {
})
it('toasts a success message', () => {
expect(toastedSuccessMock).toBeCalledWith('Pending Creation has been deleted')
expect(toastedSuccessMock).toBeCalledWith('Creation has been created')
})
})