Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit db1a4a9

Browse files
author
Alex Luu
committed
update
1 parent e6c6485 commit db1a4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-core/test/unit/web3_subscription_manager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ describe('Web3SubscriptionManager', () => {
255255
});
256256
it('should error when no data is provided', () => {
257257
const subManagers = new Web3SubscriptionManager(requestManager, subscriptions) as any;
258-
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
259258
expect(() => {
259+
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
260260
subManagers.messageListener();
261261
}).toThrow();
262262
});

0 commit comments

Comments
 (0)