Commit 4e39f50a by Martín Triay

[TokenVesting] Remove unnecessary instatiation on test.

parent 9e0e80e8
......@@ -71,7 +71,6 @@ contract('TokenVesting', function ([_, owner, beneficiary]) {
});
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;
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment