Skip to content

Commit

Permalink
Update packages/snaps-rpc-methods/src/permitted/getInterfaceContext.t…
Browse files Browse the repository at this point in the history
…est.ts
  • Loading branch information
FrederikBolding authored Nov 21, 2024
1 parent 77da7d4 commit 399e937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('snap_getInterfaceContext', () => {
});

describe('implementation', () => {
it('returns the result from the `getInterfaceState` hook', async () => {
it('returns the result from the `getInterfaceContext` hook', async () => {
const { implementation } = getInterfaceContextHandler;

const getInterfaceContext = jest.fn().mockReturnValue({ foo: 'bar' });
Expand Down

0 comments on commit 399e937

Please sign in to comment.