@0x/contracts-staking: Fixing tests.

This commit is contained in:
Lawrence Forman
2019-09-18 14:02:52 -04:00
committed by Lawrence Forman
parent ac7f6aef9e
commit 993f05d5ac
16 changed files with 246 additions and 178 deletions

View File

@@ -123,7 +123,7 @@ export class CumulativeRewardTrackingSimulation {
let txReceipt: TransactionReceiptWithDecodedLogs;
switch (action) {
case TestAction.Finalize:
txReceipt = await this._stakingApiWrapper.utils.skipToNextEpochAsync();
txReceipt = await this._stakingApiWrapper.utils.skipToNextEpochAndFinalizeAsync();
break;
case TestAction.Delegate: