Fix build and tests

This commit is contained in:
Amir Bandeali
2019-09-17 15:31:19 -07:00
parent 336e8bafb4
commit 9b2672841d
4 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ blockchainTests.resets('Stake Statuses', env => {
await stakingApiWrapper.utils.createStakingPoolAsync(poolOperator, 4, false),
await stakingApiWrapper.utils.createStakingPoolAsync(poolOperator, 5, false),
]);
unusedPoolId = await stakingApiWrapper.stakingContract.getNextStakingPoolId.callAsync();
unusedPoolId = await stakingApiWrapper.stakingContract.nextPoolId.callAsync();
});
describe('Stake', () => {
it('should successfully stake zero ZRX', async () => {