git.delta.rocks / unique-network / refs/commits / 40343ed090f3

difftreelog

test do not expect rmrk pallets on opal

Yaroslav Bolyukin2023-01-30parent: #0bb383f.patch.diff
in: master

1 file changed

modifiedtests/src/pallet-presence.test.tsdiffbeforeafterboth
6464
65 const refungible = 'refungible';65 const refungible = 'refungible';
66 const foreignAssets = 'foreignassets';66 const foreignAssets = 'foreignassets';
67 const rmrkPallets = ['rmrkcore', 'rmrkequip'];67 const _rmrkPallets = ['rmrkcore', 'rmrkequip'];
68 const appPromotion = 'apppromotion';68 const appPromotion = 'apppromotion';
69 const collatorSelection = ['authorship', 'session', 'collatorselection', 'identity'];69 const collatorSelection = ['authorship', 'session', 'collatorselection', 'identity'];
70 const testUtils = 'testutils';70 const testUtils = 'testutils';
75 foreignAssets,75 foreignAssets,
76 appPromotion,76 appPromotion,
77 testUtils,77 testUtils,
78 ...rmrkPallets,
79 ...collatorSelection,78 ...collatorSelection,
80 );79 );
81 } else if (chain.eq('QUARTZ by UNIQUE') || chain.eq('SAPPHIRE by UNIQUE')) {80 } else if (chain.eq('QUARTZ by UNIQUE') || chain.eq('SAPPHIRE by UNIQUE')) {