Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi committed Dec 13, 2024
1 parent b8ae874 commit b7962ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/utils/getAddressTokenBalances.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, it } from 'vitest';
import { getAddressTokenBalances } from './getAddressTokenBalances';
import type { TokenBalanceWithFiatValue } from '../../wallet/components/island/WalletIslandTokenHoldings';
import { getAddressTokenBalances } from './getAddressTokenBalances';

describe('getAddressTokenBalances', () => {
it('should return an empty array for an invalid address', async () => {
Expand Down

0 comments on commit b7962ce

Please sign in to comment.