difftreelog
fix scheduler playgrounds
in: master
2 files changed
tests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth--- a/tests/src/util/playgrounds/unique.dev.ts
+++ b/tests/src/util/playgrounds/unique.dev.ts
@@ -308,7 +308,7 @@
await this.helper.wait.noScheduledTasks();
function makeId(slider: number) {
- const scheduledIdSize = 32;
+ const scheduledIdSize = 64;
const hexId = slider.toString(16);
const prefixSize = scheduledIdSize - hexId.length;
tests/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 );