Skip to content

Commit aad70f4

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

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
@@ -1718,7 +1718,7 @@ describe('getAccountSelectorDefaultStateValue', () => {
17181718
});
17191719
});
17201720

1721-
it('returns the first account of the accounts that matches the chain Ids and that is owned by the snap if the selected account is not on the same chain ID', () => {
1721+
it('returns the first account of the accounts that matches the chain IDs and that is owned by the snap if the selected account is not on the same chain ID', () => {
17221722
const getSelectedAccount = jest.fn().mockReturnValue({
17231723
id: MOCK_ACCOUNT_ID,
17241724
address: '0x1234567890123456789012345678901234567890',

0 commit comments

Comments
 (0)