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 53bb34f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pytest
import websocket # type: ignore
from ape import networks
from ape.utils import ZERO_ADDRESS
from web3.exceptions import ExtraDataLengthError
from web3.middleware import geth_poa_middleware

Expand All @@ -19,7 +18,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 53bb34f

Please sign in to comment.