Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Hotfix of #137
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Jun 20, 2022
1 parent 90964bf commit 2cce5d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cce5d9

Please sign in to comment.