OpenST / mosaic-contracts

Mosaic-0: Gateways and anchors on top of Ethereum to scale DApps
https://discuss.openst.org/c/mosaic
MIT License
114 stars 31 forks source link

Correct setting of auxiliaryAccounts in integration tests #749

Closed jasonklein closed 5 years ago

jasonklein commented 5 years ago

Throughout the integration tests, auxiliaryAccounts is set to shared.origin.accounts (e.g., https://github.com/OpenST/mosaic-contracts/blob/develop/test_integration/02_stake_and_mint/01_stake_and_mint.js#L90):

    auxiliaryAccounts = shared.origin.accounts;

It should instead be set to shared.auxiliary.accounts.