Skip to content

Commit

Permalink
Update packages/multichain/src/handlers/wallet-getSession.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 e6a3346 commit c0637f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/multichain/src/handlers/wallet-getSession.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ const createMockedHandler = () => {
};

describe('wallet_getSession', () => {
afterEach(() => {
jest.restoreAllMocks();
});

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

Expand Down

0 comments on commit c0637f0

Please sign in to comment.