Skip to content

Commit

Permalink
adding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandes-natanael committed Sep 9, 2024
1 parent fe3f38c commit 012ec72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/app/homePage/home.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ describe('JourneyService', () => {
const result = await fetchUserJourneys(mockSession);

expect(result).toEqual([]);
expect(consoleSpy).toHaveBeenCalledWith('Erro ao buscar jornadas:', expect.any(Error));

consoleSpy.mockRestore();
});
});
Expand Down

0 comments on commit 012ec72

Please sign in to comment.