Skip to content

Commit

Permalink
Update packages/multichain/src/middlewares/MultichainMiddlewareManage…
Browse files Browse the repository at this point in the history
…r.test.ts

Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
jiexi and FrederikBolding authored Jan 16, 2025
1 parent 3cb0fe7 commit 718b553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ describe('MultichainMiddlewareManager', () => {
expect(endSpy).not.toHaveBeenCalled();
});

it('should add middleware and return error ifno middleware exists for scope, origin, and tabId and request is "eth_subscribe"', () => {
it('should add middleware and return error if no middleware exists for scope, origin, and tabId and request is "eth_subscribe"', () => {
const multichainMiddlewareManager = new MultichainMiddlewareManager();
const middleware =
multichainMiddlewareManager.generateMultichainMiddlewareForOriginAndTabId(
Expand Down

0 comments on commit 718b553

Please sign in to comment.