Skip to content

Commit d0c0b75

Browse files
author
dschlabach
committed
format
1 parent 31af8bb commit d0c0b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/components/WalletDropdownFundLink.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { fireEvent, render, screen } from '@testing-library/react';
33
import { type Mock, afterEach, describe, expect, it, vi } from 'vitest';
44
import { useGetFundingUrl } from '../../fund/hooks/useGetFundingUrl';
55
import { getFundingPopupSize } from '../../fund/utils/getFundingPopupSize';
6-
import { WalletDropdownFundLink } from './WalletDropdownFundLink';
76
import { openPopup } from '../../packages/core/utils/openPopup';
7+
import { WalletDropdownFundLink } from './WalletDropdownFundLink';
88

99
vi.mock('../../fund/hooks/useGetFundingUrl', () => ({
1010
useGetFundingUrl: vi.fn(),

0 commit comments

Comments
 (0)