Skip to content

Commit d3ca8c6

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

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
@@ -1602,7 +1602,7 @@ describe('formatAccountSelectorStateValue', () => {
16021602
});
16031603

16041604
describe('getAccountSelectorDefaultStateValue', () => {
1605-
it('returns the currently selected account in the client if no chain Is are defined', () => {
1605+
it('returns the currently selected account in the client if no chain IDs are defined', () => {
16061606
const getSelectedAccount = jest.fn().mockReturnValue({
16071607
id: MOCK_ACCOUNT_ID,
16081608
address: '0x1234567890123456789012345678901234567890',

0 commit comments

Comments
 (0)