Skip to content

Commit

Permalink
checkoutProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Dec 13, 2024
1 parent c734334 commit f65b153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/checkout/components/CheckoutProvider.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { useWaitForTransactionReceipt } from 'wagmi';
import { useCallsStatus } from 'wagmi/experimental';
import { useWriteContracts } from 'wagmi/experimental';
import { useOnchainKit } from '../../core-react/useOnchainKit';
import { openPopup } from '../../ui/react/internal/utils/openPopup';
import { openPopup } from '@/ui-react/internal/utils/openPopup';
import { useIsWalletACoinbaseSmartWallet } from '../../wallet/hooks/useIsWalletACoinbaseSmartWallet';
import { GENERIC_ERROR_MESSAGE } from '../constants';
import { useCommerceContracts } from '../hooks/useCommerceContracts';
Expand Down Expand Up @@ -43,7 +43,7 @@ vi.mock('../../core-react/useOnchainKit', () => ({
useOnchainKit: vi.fn(),
}));

vi.mock('../../ui/react/internal/utils/openPopup', () => ({
vi.mock('@/ui-react/internal/utils/openPopup', () => ({
openPopup: vi.fn(),
}));

Expand Down

0 comments on commit f65b153

Please sign in to comment.