difftreelog
fix maintenance mode scheduler test
in: master
1 file changed
tests/src/maintenanceMode.seqtest.tsdiffbeforeafterboth169 const nftDuringMM = await collection.mintToken(bob);169 const nftDuringMM = await collection.mintToken(bob);170 const nftAfterMM = await collection.mintToken(bob);170 const nftAfterMM = await collection.mintToken(bob);171171172 const scheduledIdBeforeMM = '0x' + '0'.repeat(31) + '0';172 const [173 const scheduledIdDuringMM = '0x' + '0'.repeat(31) + '1';173 scheduledIdBeforeMM,174 const scheduledIdBunkerThroughMM = '0x' + '0'.repeat(31) + '2';174 scheduledIdDuringMM,175 const scheduledIdAttemptDuringMM = '0x' + '0'.repeat(31) + '3';175 scheduledIdBunkerThroughMM,176 const scheduledIdAfterMM = '0x' + '0'.repeat(31) + '4';176 scheduledIdAttemptDuringMM,177 scheduledIdAfterMM,178 ] = await helper.arrange.makeScheduledIds(5);177179178 const blocksToWait = 6;180 const blocksToWait = 6;179181