Skip to content

Commit

Permalink
Update packages/multichain/src/handlers/wallet-invokeMethod.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Winkler <[email protected]>
  • Loading branch information
jiexi and mcmire authored Dec 17, 2024
1 parent c0637f0 commit d8d90ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/multichain/src/handlers/wallet-invokeMethod.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ describe('wallet_invokeMethod', () => {
});
});

afterEach(() => {
jest.restoreAllMocks();
});

it('gets the authorized scopes from the CAIP-25 endowment permission', async () => {
const request = createMockedRequest();
const { handler, getCaveat } = createMockedHandler();
Expand Down

0 comments on commit d8d90ce

Please sign in to comment.