Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Luu committed Jun 10, 2024
1 parent e6c6485 commit db1a4a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ describe('Web3SubscriptionManager', () => {
});
it('should error when no data is provided', () => {
const subManagers = new Web3SubscriptionManager(requestManager, subscriptions) as any;
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
expect(() => {
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
subManagers.messageListener();
}).toThrow();
});
Expand Down

0 comments on commit db1a4a9

Please sign in to comment.