Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
aarishshahmohsin committed Nov 29, 2023
1 parent ea896dd commit 5e59745
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/screens/ForgotPassword/ForgotPassword.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: '[email protected]',
};
render(
<MockedProvider addTypename={false} link={notWorkingLink}>
<BrowserRouter>
Expand Down

0 comments on commit 5e59745

Please sign in to comment.