Skip to content

Commit

Permalink
revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Nov 14, 2024
1 parent 62219f6 commit 5c9c608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Views/Login/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ describe('Login', () => {
.mockImplementation(() => undefined);
const { toJSON } = renderWithProvider(<Login />);
expect(toJSON()).toMatchSnapshot();
expect(spyFetch).toHaveBeenCalledTimes(1);
expect(spyFetch).toHaveBeenCalledTimes(2);
});
});

0 comments on commit 5c9c608

Please sign in to comment.