@0x/contracts-staking
: Fixing tests.
This commit is contained in:
committed by
Lawrence Forman
parent
ac7f6aef9e
commit
993f05d5ac
@@ -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:
|
||||
|
Reference in New Issue
Block a user