Skip to content

Commit

Permalink
refactor: suggestion from peer review
Browse files Browse the repository at this point in the history
Co-authored-by: antazoey <jules@apeworx.io>
  • Loading branch information
fubuloubu and antazoey committed Nov 3, 2023
1 parent 2fecc4c commit 9d3bb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_infura_http(provider):
def test_infura_ws(provider):
ecosystem = provider.network.ecosystem.name
if ecosystem not in _WEBSOCKET_CAPABLE_ECOSYSTEMS:
assert provider.ws_uri == None
assert provider.ws_uri is None
return

assert provider.ws_uri.startswith("wss")
Expand Down

0 comments on commit 9d3bb36

Please sign in to comment.