Skip to content

Commit

Permalink
test: simpler test
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 26, 2024
1 parent a9fe8a6 commit 7cdec98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def test_infura_http(provider):

assert isinstance(provider, Infura)
assert provider.http_uri.startswith("https")
assert provider.get_balance(ZERO_ADDRESS) > 0
ecosystem_uri = "" if ecosystem == "ethereum" else f"{ecosystem}-"
if "opbnb" in network:
expected = (
Expand Down

0 comments on commit 7cdec98

Please sign in to comment.