--- a/tests/src/pallet-presence.test.ts +++ b/tests/src/pallet-presence.test.ts @@ -77,7 +77,10 @@ ...rmrkPallets, ); } else if (chain.eq('QUARTZ by UNIQUE')) { - requiredPallets.push(refungible); + requiredPallets.push( + refungible, + appPromotion, + ); } else if (chain.eq('UNIQUE')) { // Insert Unique additional pallets here }