git.delta.rocks / unique-network / refs/commits / 13ad71289738

difftreelog

test fix pallet presence for sapphire

Yaroslav Bolyukin2022-12-29parent: #38ce5c2.patch.diff
in: master

1 file changed

modifiedtests/src/pallet-presence.test.tsdiffbeforeafterboth
68 const appPromotion = 'apppromotion';68 const appPromotion = 'apppromotion';
69 const testUtils = 'testutils';69 const testUtils = 'testutils';
7070
71 if (chain.eq('OPAL by UNIQUE') || chain.eq('SAPPHIRE by UNIQUE')) {71 if (chain.eq('OPAL by UNIQUE')) {
72 requiredPallets.push(72 requiredPallets.push(
73 refungible,73 refungible,
74 foreignAssets,74 foreignAssets,
75 appPromotion,75 appPromotion,
76 testUtils,76 testUtils,
77 ...rmrkPallets,77 ...rmrkPallets,
78 );78 );
79 } else if (chain.eq('QUARTZ by UNIQUE')) {79 } else if (chain.eq('QUARTZ by UNIQUE') || chain.eq('SAPPHIRE by UNIQUE')) {
80 requiredPallets.push(80 requiredPallets.push(
81 refungible,81 refungible,
82 appPromotion,82 appPromotion,