Skip to content

Commit 399e937

Browse files
Update packages/snaps-rpc-methods/src/permitted/getInterfaceContext.test.ts
1 parent 77da7d4 commit 399e937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-rpc-methods/src/permitted/getInterfaceContext.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('snap_getInterfaceContext', () => {
1919
});
2020

2121
describe('implementation', () => {
22-
it('returns the result from the `getInterfaceState` hook', async () => {
22+
it('returns the result from the `getInterfaceContext` hook', async () => {
2323
const { implementation } = getInterfaceContextHandler;
2424

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

0 commit comments

Comments
 (0)