Skip to content

Commit

Permalink
Fix E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 31, 2023
1 parent 09fe633 commit ce05aea
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/snap/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,8 @@ describe('onRpcRequest', () => {

expect(response).toRespondWithError({
code: -32603,
message: 'Internal JSON-RPC error.',
data: {
cause: {
message: 'Method not found.',
stack: expect.any(String),
},
},
message: 'Method not found.',
stack: expect.any(String),
});

await close();
Expand Down

0 comments on commit ce05aea

Please sign in to comment.