Skip to content

Commit 7dc891b

Browse files
committed
Add shard information to account objects in updateAccountsList tests
1 parent 05e56f8 commit 7dc891b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/providers/strategies/LedgerProviderStrategy/helpers/authenticateLedgerAccount/helpers/updateAccountsList/tests

src/providers/strategies/LedgerProviderStrategy/helpers/authenticateLedgerAccount/helpers/updateAccountsList/tests/updateAccountsList.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ describe('updateAccountsList tests', () => {
6969
address: testAddress,
7070
balance: '116.8938',
7171
index: 2,
72+
shard: 1,
7273
usdValue: '$981.91'
7374
},
7475
{
7576
address: account.address,
7677
balance: '116.8938',
7778
index: 3,
79+
shard: 0,
7880
usdValue: '$981.91'
7981
}
8082
],

0 commit comments

Comments
 (0)