update test_app config

This commit is contained in:
Iuri Matias 2017-12-27 20:26:05 -05:00
parent 174ba8ec9b
commit d0708aa9b1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
},
"afterDeploy": [
"Test.changeAddress('$MyToken')",
"Test.changeAddress(web3.eth.accounts[1])"
"Test.changeAddress(web3.eth.accounts[0])"
]
},
"development": {