difftreelog
fix scheduler playgrounds
in: master
2 files changed
tests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth308 await this.helper.wait.noScheduledTasks();308 await this.helper.wait.noScheduledTasks();309309310 function makeId(slider: number) {310 function makeId(slider: number) {311 const scheduledIdSize = 32;311 const scheduledIdSize = 64;312 const hexId = slider.toString(16);312 const hexId = slider.toString(16);313 const prefixSize = scheduledIdSize - hexId.length;313 const prefixSize = scheduledIdSize - hexId.length;314314tests/src/util/playgrounds/unique.tsdiffbeforeafterboth2809 this.blocksNum,2809 this.blocksNum,2810 this.options.periodic ? [this.options.periodic.period, this.options.periodic.repetitions] : null,2810 this.options.periodic ? [this.options.periodic.period, this.options.periodic.repetitions] : null,2811 this.options.priority ?? null,2811 this.options.priority ?? null,2812 {Value: scheduledTx},2812 scheduledTx,2813 ],2813 ],2814 expectSuccess,2814 expectSuccess,2815 );2815 );