We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63064f commit 4ab5ad0Copy full SHA for 4ab5ad0
tests/parser/functions/test_send.py
@@ -57,6 +57,7 @@ def __default__():
57
assert w3.eth.get_balance(sender.address) == 0
58
assert w3.eth.get_balance(receiver.address) == 1
59
60
+
61
def test_gas_kwarg(get_contract, w3):
62
"""
63
Tests to verify that send to default function will send limited gas (2300),
0 commit comments