difftreelog
Remove 'only' for test
in: master
1 file changed
tests/src/eth/scheduling.test.tsdiffbeforeafterboth26 });26 });27 });27 });282829 itEth.ifWithPallets.only('Successfully schedules and periodically executes an EVM contract', [Pallets.Scheduler], async ({helper, privateKey}) => {29 itEth.ifWithPallets('Successfully schedules and periodically executes an EVM contract', [Pallets.Scheduler], async ({helper, privateKey}) => {30 const donor = await privateKey({filename: __filename});30 const donor = await privateKey({filename: __filename});31 const [alice] = await helper.arrange.createAccounts([1000n], donor);31 const [alice] = await helper.arrange.createAccounts([1000n], donor);3232