sablier-labs / v2-core

⏳ Core smart contracts of the Sablier V2 token distribution protocol
https://sablier.com
Other
289 stars 38 forks source link

Allow cliff time zero in the fork tests for LockupLinear #880

Closed PaulRBerg closed 2 months ago

PaulRBerg commented 2 months ago

PR https://github.com/sablier-labs/v2-core/pull/813 did not update the fork tests for LockupLinear to allow the cliff time to be zero:

https://github.com/sablier-labs/v2-core/blob/76e29fee33befaeb54a82473c28cf182e6f8855d/test/fork/LockupLinear.t.sol#L116

PaulRBerg commented 2 months ago

The same might be true for the fuzz tests:

https://github.com/sablier-labs/v2-core/blob/staging/test/integration/fuzz/lockup-linear/createWithTimestamps.t.sol

PaulRBerg commented 2 months ago

Ditto for the LockupLinearCreateHandler in the invariant tests