Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Jun 16, 2023
1 parent 3ccd376 commit ea2e23c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/core/providers/test_websocket_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ def test_no_args():
w3.is_connected(show_traceback=True)


def test_websocket_provider_timeout(w3):
with pytest.raises(TimeoutError):
w3.eth.accounts
# def test_websocket_provider_timeout(w3):
# with pytest.raises(TimeoutError):
# w3.eth.accounts


def test_restricted_websocket_kwargs():
Expand Down

0 comments on commit ea2e23c

Please sign in to comment.