Skip to content

Commit

Permalink
Update packages/multichain/src/caip25Permission.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Donesky <adonesky@gmail.com>
  • Loading branch information
jiexi and adonesky1 authored Oct 17, 2024
1 parent c5ec9a0 commit 5902e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/multichain/src/caip25Permission.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ describe('endowment:caip25', () => {
expect(isChainIdSupportedBody).toContain('findNetworkClientIdByChainId');
});

it('throws if the eth accounts specified in the normalized scopeObjects are not all supported', () => {
it('throws if the eth accounts specified in the normalized scopeObjects are not found in the wallet keyring', () => {
MockScopeAuthorization.validateAndNormalizeScopes.mockReturnValue({
normalizedRequiredScopes: {
'eip155:1': {
Expand Down

0 comments on commit 5902e14

Please sign in to comment.