Skip to content

Commit

Permalink
fix should remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Jan 16, 2025
1 parent 7d16401 commit 4776860
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ describe('MultichainMiddlewareManager', () => {
const endSpy = jest.fn();

middleware(
{ jsonrpc: '2.0' as const, id: 0, method: 'method', scope },
{ jsonrpc: '2.0' as const, id: 0, method: 'eth_subscribe', scope },
{ jsonrpc: '2.0', id: 0 },
nextSpy,
endSpy,
Expand Down Expand Up @@ -365,7 +365,7 @@ describe('MultichainMiddlewareManager', () => {
const endSpy = jest.fn();

middleware(
{ jsonrpc: '2.0' as const, id: 0, method: 'method', scope },
{ jsonrpc: '2.0' as const, id: 0, method: 'eth_subscribe', scope },
{ jsonrpc: '2.0', id: 0 },
nextSpy,
endSpy,
Expand Down

0 comments on commit 4776860

Please sign in to comment.