Skip to content

Commit 1f8a9ca

Browse files
Update packages/snaps-controllers/src/interface/utils.test.tsx
Co-authored-by: Frederik Bolding <[email protected]>
1 parent d3ca8c6 commit 1f8a9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-controllers/src/interface/utils.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@ describe('getAccountSelectorDefaultStateValue', () => {
16451645
});
16461646
});
16471647

1648-
it('returns the first account of the accounts that matches the chain Ids if the selected account is not on the same chain ID', () => {
1648+
it('returns the first account of the accounts that matches the chain IDs if the selected account is not on the same chain ID', () => {
16491649
const getSelectedAccount = jest.fn().mockReturnValue({
16501650
id: MOCK_ACCOUNT_ID,
16511651
address: '0x1234567890123456789012345678901234567890',

0 commit comments

Comments
 (0)