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.tsdiffbeforeafterboth--- a/tests/src/util/playgrounds/unique.ts
+++ b/tests/src/util/playgrounds/unique.ts
@@ -2809,7 +2809,7 @@
this.blocksNum,
this.options.periodic ? [this.options.periodic.period, this.options.periodic.repetitions] : null,
this.options.priority ?? null,
- {Value: scheduledTx},
+ scheduledTx,
],
expectSuccess,
);