Skip to content

Commit

Permalink
Update the test to use new deployer function signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Aug 23, 2017
1 parent db37eaa commit 68729f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ico/tests/tools/test_crowdsale_deployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_deploy_crowdsale(project, chain, accounts, example_yaml_filename):
# Not needed for testrpc
chain_data["unlock_deploy_address"] = False

runtime_data, statistics, contracts = deploy_crowdsale(project, chain, chain_data, accounts[7])
runtime_data, statistics, contracts = deploy_crowdsale(project, chain, example_yaml_filename, chain_data, accounts[7])

perform_post_actions(chain, runtime_data, contracts)
perform_verify_actions(chain, runtime_data, contracts)
Expand Down

0 comments on commit 68729f7

Please sign in to comment.