From 5e597453543606eade2f1cd6cb0a9270e145ba29 Mon Sep 17 00:00:00 2001 From: Aarish Shah Mohsin Date: Wed, 29 Nov 2023 22:36:22 +0530 Subject: [PATCH] Fixed linting error --- src/screens/ForgotPassword/ForgotPassword.test.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/screens/ForgotPassword/ForgotPassword.test.tsx b/src/screens/ForgotPassword/ForgotPassword.test.tsx index f2cfe324cb..b90588ca15 100644 --- a/src/screens/ForgotPassword/ForgotPassword.test.tsx +++ b/src/screens/ForgotPassword/ForgotPassword.test.tsx @@ -310,12 +310,6 @@ describe('Testing Forgot Password screen', () => { }); test('Testing forgot password functionality, when there is an error except unregistered email and api failure', async () => { - const formData = { - userOtp: '12345', - newPassword: 'johnDoe', - confirmNewPassword: 'johnDoe', - email: 'johndoe@gmail.com', - }; render(