git.delta.rocks / unique-network / refs/commits / 5af10b8881bc

difftreelog

fix pallet-presence

Daniel Shiposha2022-10-26parent: #d7ce07c.patch.diff
in: master

1 file changed

modifiedtests/src/pallet-presence.test.tsdiffbeforeafterboth
47 'configuration',47 'configuration',
48 'tokens',48 'tokens',
49 'xtokens',49 'xtokens',
50 'scheduler',
51];50];
5251
53// Pallets that depend on consensus and governance configuration52// Pallets that depend on consensus and governance configuration
63 const chain = await helper.callRpc('api.rpc.system.chain', []);62 const chain = await helper.callRpc('api.rpc.system.chain', []);
6463
65 const refungible = 'refungible';64 const refungible = 'refungible';
66 // const scheduler = 'scheduler';65 const scheduler = 'scheduler';
67 const foreignAssets = 'foreignassets';66 const foreignAssets = 'foreignassets';
68 const rmrkPallets = ['rmrkcore', 'rmrkequip'];67 const rmrkPallets = ['rmrkcore', 'rmrkequip'];
69 const appPromotion = 'apppromotion';68 const appPromotion = 'apppromotion';
76 foreignAssets,75 foreignAssets,
77 appPromotion,76 appPromotion,
78 testUtils,77 testUtils,
78 scheduler,
79 ...rmrkPallets,79 ...rmrkPallets,
80 );80 );
81 } else if (chain.eq('QUARTZ by UNIQUE')) {81 } else if (chain.eq('QUARTZ by UNIQUE')) {