Remove TokenTimelock, PaymentSplitter, ERC20Snapshot, ERC20VotesComp, GovernorVotesComp (#4276)
This commit is contained in:
@ -30,6 +30,7 @@ contract('VestingWallet', function (accounts) {
|
||||
expect(await this.mock.beneficiary()).to.be.equal(beneficiary);
|
||||
expect(await this.mock.start()).to.be.bignumber.equal(this.start);
|
||||
expect(await this.mock.duration()).to.be.bignumber.equal(duration);
|
||||
expect(await this.mock.end()).to.be.bignumber.equal(this.start.add(duration));
|
||||
});
|
||||
|
||||
describe('vesting schedule', function () {
|
||||
|
||||
Reference in New Issue
Block a user