Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Jun 17, 2024
1 parent 2f456e6 commit 7408a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/system_tests_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const closeOpenConnection = async (web3Context: Web3Context) => {
if (
!isSocket ||
web3Context?.provider instanceof HttpProvider ||
(web3Context.provider?.supportsSubscriptions &&
(web3Context?.provider?.supportsSubscriptions &&
!web3Context.provider?.supportsSubscriptions())
) {
return;
Expand Down

0 comments on commit 7408a3d

Please sign in to comment.