difftreelog
fix add testutils pallet to pallet presence
in: master
1 file changed
tests/src/pallet-presence.test.tsdiffbeforeafterboth70 const foreignAssets = 'foreignassets';70 const foreignAssets = 'foreignassets';71 const rmrkPallets = ['rmrkcore', 'rmrkequip'];71 const rmrkPallets = ['rmrkcore', 'rmrkequip'];72 const appPromotion = 'apppromotion';72 const appPromotion = 'apppromotion';73 const testUtils = 'testutils';737474 if (chain.eq('OPAL by UNIQUE')) {75 if (chain.eq('OPAL by UNIQUE')) {75 requiredPallets.push(76 requiredPallets.push(76 refungible,77 refungible,77 // scheduler,78 // scheduler,78 foreignAssets,79 foreignAssets,79 appPromotion,80 appPromotion,81 testUtils,80 ...rmrkPallets,82 ...rmrkPallets,81 );83 );82 } else if (chain.eq('QUARTZ by UNIQUE')) {84 } else if (chain.eq('QUARTZ by UNIQUE')) {