From 94e0305f738010557d7c3da59b5676b982526f7f Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Sat, 8 Jun 2024 22:29:24 -0400 Subject: [PATCH] Update addresses.test.ts --- tests/unit/addresses.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/unit/addresses.test.ts b/tests/unit/addresses.test.ts index be8dde22d..a4583b9b1 100644 --- a/tests/unit/addresses.test.ts +++ b/tests/unit/addresses.test.ts @@ -1,6 +1,5 @@ import assert from 'assert'; -import { filterByAddressType, getAddress, sortByAddressIndex, totalBalance } from '../../screen/wallets/WalletAddresses'; -import { TABS } from '../../components/addresses/AddressTypeTabs'; +import { TABS, filterByAddressType, getAddress, sortByAddressIndex, totalBalance } from '../../screen/wallets/WalletAddresses'; jest.mock('../../blue_modules/currency', () => { return {