Remove extra fixture parameter from test.

Co-authored-by: Manuel Montenegro <manuel@nucypher.com>
pull/3576/head
derekpierre 2025-02-10 08:09:49 -05:00
parent 56ea9c1c12
commit 50c9baface
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ def test_json_rpc_condition_non_evm_prototyping_example():
def test_rpc_condition_using_eip1271(
testerchain, deployer_account, eip1271_contract_wallet, condition_providers
deployer_account, eip1271_contract_wallet, condition_providers
):
# send some ETH to the smart contract wallet
eth_amount = Web3.to_wei(2.25, "ether")