difftreelog
fix scheduler playgrounds
in: master
2 files changed
tests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth312 await this.helper.wait.noScheduledTasks();312 await this.helper.wait.noScheduledTasks();313313314 function makeId(slider: number) {314 function makeId(slider: number) {315 const scheduledIdSize = 32;315 const scheduledIdSize = 64;316 const hexId = slider.toString(16);316 const hexId = slider.toString(16);317 const prefixSize = scheduledIdSize - hexId.length;317 const prefixSize = scheduledIdSize - hexId.length;318318tests/src/util/playgrounds/unique.tsdiffbeforeafterboth2908 this.blocksNum,2908 this.blocksNum,2909 this.options.periodic ? [this.options.periodic.period, this.options.periodic.repetitions] : null,2909 this.options.periodic ? [this.options.periodic.period, this.options.periodic.repetitions] : null,2910 this.options.priority ?? null,2910 this.options.priority ?? null,2911 {Value: scheduledTx},2911 scheduledTx,2912 ],2912 ],2913 expectSuccess,2913 expectSuccess,2914 );2914 );