From f1b86b683689d5c7d242dae56fb32ffde514de0e Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Tue, 01 Nov 2022 13:40:56 +0000 Subject: [PATCH] Remove 'only' for test --- --- a/tests/src/eth/scheduling.test.ts +++ b/tests/src/eth/scheduling.test.ts @@ -26,7 +26,7 @@ }); }); - itEth.ifWithPallets.only('Successfully schedules and periodically executes an EVM contract', [Pallets.Scheduler], async ({helper, privateKey}) => { + itEth.ifWithPallets('Successfully schedules and periodically executes an EVM contract', [Pallets.Scheduler], async ({helper, privateKey}) => { const donor = await privateKey({filename: __filename}); const [alice] = await helper.arrange.createAccounts([1000n], donor); -- gitstuff