difftreelog
fix scheduling evm test
in: master
1 file changed
tests/src/eth/scheduling.test.tsdiffbeforeafterboth15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.161617import {expect} from 'chai';17import {expect} from 'chai';18import {EthUniqueHelper, itEth} from './util/playgrounds';18import {EthUniqueHelper, itEth} from './util';19import {Pallets, usingPlaygrounds} from '../util/playgrounds';19import {Pallets, usingPlaygrounds} from '../util';202021describe('Scheduing EVM smart contracts', () => {21describe('Scheduing EVM smart contracts', () => {222227 });27 });282829 itEth.ifWithPallets('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 alice = privateKey('//Alice');30 const alice = await privateKey('//Alice');313132 const scheduledId = await helper.arrange.makeScheduledId();32 const scheduledId = await helper.arrange.makeScheduledId();3333