Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Jul 17, 2024
1 parent 511b5a8 commit 758e8a8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions app/scripts/lib/accounts/BalancesTracker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { createMockInternalAccount } from '../../../../test/jest/mocks';
import { Poller } from './Poller';
import { BalancesTracker } from './BalancesTracker';

const MOCK_TIMESTAMP = 1709983353;

const mockBtcAccount = createMockInternalAccount({
address: '',
name: 'Btc Account',
Expand All @@ -16,15 +18,6 @@ const mockBtcAccount = createMockInternalAccount({
},
});

const mockBalanceResult = {
'bip122:000000000933ea01ad0ee984209779ba/slip44:0': {
amount: '0.00000000',
unit: 'BTC',
},
};

const MOCK_TIMESTAMP = 1709983353;

function setupTracker() {
const mockUpdateBalance = jest.fn();
const tracker = new BalancesTracker(mockUpdateBalance);
Expand Down

0 comments on commit 758e8a8

Please sign in to comment.