[TokenVesting] Remove unnecessary instatiation on test.
This commit is contained in:
@ -71,7 +71,6 @@ contract('TokenVesting', function ([_, owner, beneficiary]) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should be revoked by owner if revocable is set', async function () {
|
it('should be revoked by owner if revocable is set', async function () {
|
||||||
const vesting = await TokenVesting.new(beneficiary, this.start, this.cliff, this.duration, true, { from: owner } );
|
|
||||||
await vesting.revoke(this.token.address, { from: owner }).should.be.fulfilled;
|
await vesting.revoke(this.token.address, { from: owner }).should.be.fulfilled;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user