diff --git a/src/components/common/SocialSigner/__tests__/SocialSignerLogin.test.tsx b/src/components/common/SocialSigner/__tests__/SocialSignerLogin.test.tsx index 2006e3c9b8..29a8ab560d 100644 --- a/src/components/common/SocialSigner/__tests__/SocialSignerLogin.test.tsx +++ b/src/components/common/SocialSigner/__tests__/SocialSignerLogin.test.tsx @@ -2,7 +2,6 @@ import { act, render, waitFor } from '@/tests/test-utils' import { SocialSigner, _getSupportedChains } from '@/components/common/SocialSigner' import { ONBOARD_MPC_MODULE_LABEL } from '@/services/mpc/SocialLoginModule' -import { type ChainInfo } from '@safe-global/safe-gateway-typescript-sdk' import { COREKIT_STATUS, type Web3AuthMPCCoreKit } from '@web3auth/mpc-core-kit' import SocialWalletService from '@/services/mpc/SocialWalletService' import { TxModalProvider } from '@/components/tx-flow' diff --git a/src/tests/builders/wallet.ts b/src/tests/builders/wallet.ts index ae21d645a2..ce2d601b8d 100644 --- a/src/tests/builders/wallet.ts +++ b/src/tests/builders/wallet.ts @@ -1,7 +1,7 @@ import { type ConnectedWallet } from '@/services/onboard' import { faker } from '@faker-js/faker' import { Builder, type IBuilder } from '../Builder' -import { eip1193ProviderBuilder } from './eip1193provider' +import { eip1193ProviderBuilder } from './eip1193Provider' const walletNames = ['MetaMask', 'Wallet Connect', 'Social Login', 'Rainbow']