Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Jan 27, 2025
1 parent e2bacef commit a472d05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 168 deletions.
4 changes: 2 additions & 2 deletions src/wallet/components/WalletAdvancedProvider.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ vi.mock('wagmi', () => ({
useAccount: vi.fn(),
}));

vi.mock('@/wallet/hooks/usePortfolioTokenBalances', () => ({
usePortfolioTokenBalances: vi.fn(),
vi.mock('@/wallet/hooks/usePortfolio', () => ({
usePortfolio: vi.fn(),
}));

vi.mock('./WalletProvider', () => ({
Expand Down
120 changes: 0 additions & 120 deletions src/wallet/hooks/usePortfolioTokenBalances.test.tsx

This file was deleted.

46 changes: 0 additions & 46 deletions src/wallet/hooks/usePortfolioTokenBalances.ts

This file was deleted.

0 comments on commit a472d05

Please sign in to comment.