Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Dec 30, 2024
1 parent 8b6e2db commit 63ecc76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('SessionProvider', () => {
})

it('Should retrieve the user session', async () => {
const { getByText, debug } = render(
const { getByText } = render(
<Suspense fallback={<div>Loading...</div>}>
<SessionProvider
authService={authService}
Expand Down

0 comments on commit 63ecc76

Please sign in to comment.