Skip to content

Commit

Permalink
fix: test name
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Oct 5, 2023
1 parent b337400 commit 81ddddb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { type EIP1193Provider } from '@web3-onboard/common'
import { ONBOARD_MPC_MODULE_LABEL } from '@/services/mpc/module'
import { MpcWalletProvider } from '../MPCWalletProvider'

describe('WalletLogin', () => {
describe('MPCLogin', () => {
beforeEach(() => {
jest.resetAllMocks()
})
Expand Down Expand Up @@ -50,7 +50,7 @@ describe('WalletLogin', () => {
expect(mockOnLogin).toHaveBeenCalled()
})

it('should render connect wallet and invoke the callback on connection if no wallet is connected', async () => {
it('should render google login button and invoke the callback on connection if no wallet is connected', async () => {
const mockOnLogin = jest.fn()
const walletAddress = hexZeroPad('0x1', 20)
const mockUseWallet = jest.spyOn(useWallet, 'default').mockReturnValue(null)
Expand Down

0 comments on commit 81ddddb

Please sign in to comment.