--- a/tests/src/pallet-presence.test.ts +++ b/tests/src/pallet-presence.test.ts @@ -70,6 +70,7 @@ const foreignAssets = 'foreignassets'; const rmrkPallets = ['rmrkcore', 'rmrkequip']; const appPromotion = 'apppromotion'; + const testUtils = 'testutils'; if (chain.eq('OPAL by UNIQUE')) { requiredPallets.push( @@ -77,6 +78,7 @@ // scheduler, foreignAssets, appPromotion, + testUtils, ...rmrkPallets, ); } else if (chain.eq('QUARTZ by UNIQUE')) {