File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ describe("Vesting", () => {
5959 await expect ( vesting . vestingInit ( ) ) . to . be . revertedWith ( "Initializable: contract is not initializing" ) ;
6060 } ) ;
6161 } ) ;
62+
6263 describe ( "create schedule" , ( ) => {
6364 it ( "should correctly create linear schedule" , async ( ) => {
6465 let baseSchedule = { secondsInPeriod, durationInPeriods, cliffInPeriods } as BaseSchedule ;
@@ -116,6 +117,7 @@ describe("Vesting", () => {
116117 ) ;
117118 } ) ;
118119 } ) ;
120+
119121 describe ( "create vesting" , ( ) => {
120122 let linearSchedule : BaseSchedule ;
121123 let linearScheduleId : bigint ;
@@ -228,6 +230,7 @@ describe("Vesting", () => {
228230 ) ;
229231 } ) ;
230232 } ) ;
233+
231234 describe ( "withdraw from vesting" , ( ) => {
232235 let linearVesting : Vesting ;
233236 let exponentialVesting : Vesting ;
@@ -375,6 +378,7 @@ describe("Vesting", () => {
375378 ) ;
376379 } ) ;
377380 } ) ;
381+
378382 describe ( "check calculations" , ( ) => {
379383 let defaultSchedule : Schedule ;
380384
You can’t perform that action at this time.
0 commit comments