[TokenVesting] Fix test.

pull/476/head
Martín Triay 7 years ago
parent 4e39f50aec
commit d21d35ca6f
  1. 2
      test/TokenVesting.js

@ -71,7 +71,7 @@ contract('TokenVesting', function ([_, owner, beneficiary]) {
});
it('should be revoked by owner if revocable is set', async function () {
await vesting.revoke(this.token.address, { from: owner }).should.be.fulfilled;
await this.vesting.revoke(this.token.address, { from: owner }).should.be.fulfilled;
});
it('should fail to be revoked by owner if revocable not set', async function () {

Loading…
Cancel
Save