From 2cce5d918dff2a61da8b0aad08a7e456a16ace5e Mon Sep 17 00:00:00 2001 From: FabijanC Date: Mon, 20 Jun 2022 16:58:54 +0200 Subject: [PATCH] Hotfix of #137 --- test/test_account.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_account.py b/test/test_account.py index d1ca4c412..619c80029 100644 --- a/test/test_account.py +++ b/test/test_account.py @@ -75,9 +75,10 @@ def test_account_contract_deploy(): @pytest.mark.account @devnet_in_background() -def test_invoke_and_another_contract(): +def test_invoking_another_contract(): """Test invoking another contract.""" deploy_info = deploy_empty_contract() + deploy_account_contract(salt=SALT) to_address = int(deploy_info["address"], 16) # execute increase_balance call