Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsj committed Jun 9, 2024
1 parent 17affca commit 29dcedf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/hooks/__tests__/useGetAccessToken.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ describe("useGetAccessToken", () => {
getATWithRefreshToken: expect.any(Function),
isLoading: false,
error: null,
tokens: null
tokens: {
accessToken: null,
refreshToken: null,
}
})
})

Expand Down

0 comments on commit 29dcedf

Please sign in to comment.