Skip to content

Commit 315f915

Browse files
committed
fix: fix test
1 parent dd8e99a commit 315f915

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui/selectors/assets.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,10 @@ describe('Aggregated balance recomputation behavior', () => {
797797
const internalAccounts = { accounts: {}, selectedAccount: '' };
798798
const tokenBalances = {};
799799
const marketData = {};
800+
const supportedChainIds = {
801+
timestamp: 0,
802+
data: [],
803+
};
800804
const conversionRates = {};
801805
const historicalPrices = {};
802806
const balances = {};
@@ -813,6 +817,7 @@ describe('Aggregated balance recomputation behavior', () => {
813817
internalAccounts,
814818
tokenBalances,
815819
marketData,
820+
supportedChainIds,
816821
balances,
817822
allTokens,
818823
currentCurrency: 'usd',
@@ -835,6 +840,7 @@ describe('Aggregated balance recomputation behavior', () => {
835840
internalAccounts,
836841
tokenBalances,
837842
marketData,
843+
supportedChainIds,
838844
balances,
839845
allTokens,
840846
currentCurrency: 'usd',

0 commit comments

Comments
 (0)