We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e132af9 commit d3ca8c6Copy full SHA for d3ca8c6
packages/snaps-controllers/src/interface/utils.test.tsx
@@ -1602,7 +1602,7 @@ describe('formatAccountSelectorStateValue', () => {
1602
});
1603
1604
describe('getAccountSelectorDefaultStateValue', () => {
1605
- it('returns the currently selected account in the client if no chain Is are defined', () => {
+ it('returns the currently selected account in the client if no chain IDs are defined', () => {
1606
const getSelectedAccount = jest.fn().mockReturnValue({
1607
id: MOCK_ACCOUNT_ID,
1608
address: '0x1234567890123456789012345678901234567890',
0 commit comments