What: Add tests that verify token vesting schedules work correctly.
Why: Vesting is a new feature. Tests must verify cliff, linear vesting, and claiming.
Scope: Create test that: creates vesting schedule, verifies tokens are locked, advances time, verifies tokens vest, verifies beneficiary can claim.
Acceptance criteria:
- Vesting schedule works
- Cliff is enforced
- Linear vesting works
- Claiming works
Technical context: tests/unit/token_tests.rs — existing unit tests.
What: Add tests that verify token vesting schedules work correctly.
Why: Vesting is a new feature. Tests must verify cliff, linear vesting, and claiming.
Scope: Create test that: creates vesting schedule, verifies tokens are locked, advances time, verifies tokens vest, verifies beneficiary can claim.
Acceptance criteria:
Technical context:
tests/unit/token_tests.rs— existing unit tests.