git.delta.rocks / unique-network / refs/commits / cee07ac986b1

difftreelog

fix remove special case of test pallets

Daniel Shiposha2022-10-13parent: #be12ad2.patch.diff
in: master

1 file changed

modifiedtests/src/pallet-presence.test.tsdiffbeforeafterboth
49 'xtokens',49 'xtokens',
50];50];
51
52const testPallets = [
53 'testutils',
54];
5551
56// Pallets that depend on consensus and governance configuration52// Pallets that depend on consensus and governance configuration
57const consensusPallets = [53const consensusPallets = [
93 expect(helper.fetchAllPalletNames()).to.contain.members([...requiredPallets]);89 expect(helper.fetchAllPalletNames()).to.contain.members([...requiredPallets]);
94 });90 });
95
96 itSub('Test pallets are present', async ({helper}) => {
97 expect(helper.fetchAllPalletNames()).to.contain.members([...testPallets]);
98 });
9991
100 itSub('Governance and consensus pallets are present', async ({helper}) => {92 itSub('Governance and consensus pallets are present', async ({helper}) => {
101 expect(helper.fetchAllPalletNames()).to.contain.members([...consensusPallets]);93 expect(helper.fetchAllPalletNames()).to.contain.members([...consensusPallets]);