Skip to content

Commit

Permalink
fix: Failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Oct 10, 2023
1 parent 13036f2 commit b7a1e59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('MPCLogin', () => {
const mockOnLogin = jest.fn()
const walletAddress = hexZeroPad('0x1', 20)
const mockUseWallet = jest.spyOn(useWallet, 'default').mockReturnValue(null)
const mockTriggerLogin = jest.fn()
const mockTriggerLogin = jest.fn(() => true)
const mockUseMPCWallet = jest.spyOn(useMPCWallet, 'useMPCWallet').mockReturnValue({
userInfo: {
email: undefined,
Expand Down

0 comments on commit b7a1e59

Please sign in to comment.