git.delta.rocks / unique-network / refs/commits / f1b86b683689

difftreelog

Remove 'only' for test

Max Andreev2022-11-01parent: #b6e3ded.patch.diff
in: master

1 file changed

modifiedtests/src/eth/scheduling.test.tsdiffbeforeafterboth
26 });26 });
27 });27 });
2828
29 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