From 5af10b8881bc6b8cd2bc8b2baca5b5ef05fb9d65 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Wed, 26 Oct 2022 09:31:19 +0000 Subject: [PATCH] fix: pallet-presence --- --- a/tests/src/pallet-presence.test.ts +++ b/tests/src/pallet-presence.test.ts @@ -47,7 +47,6 @@ 'configuration', 'tokens', 'xtokens', - 'scheduler', ]; // Pallets that depend on consensus and governance configuration @@ -63,7 +62,7 @@ const chain = await helper.callRpc('api.rpc.system.chain', []); const refungible = 'refungible'; - // const scheduler = 'scheduler'; + const scheduler = 'scheduler'; const foreignAssets = 'foreignassets'; const rmrkPallets = ['rmrkcore', 'rmrkequip']; const appPromotion = 'apppromotion'; @@ -76,6 +75,7 @@ foreignAssets, appPromotion, testUtils, + scheduler, ...rmrkPallets, ); } else if (chain.eq('QUARTZ by UNIQUE')) { -- gitstuff