difftreelog
fix remove special case of test pallets
in: master
1 file changed
tests/src/pallet-presence.test.tsdiffbeforeafterboth49 'xtokens',49 'xtokens',50];50];5152const testPallets = [53 'testutils',54];555156// Pallets that depend on consensus and governance configuration52// Pallets that depend on consensus and governance configuration57const consensusPallets = [53const consensusPallets = [93 expect(helper.fetchAllPalletNames()).to.contain.members([...requiredPallets]);89 expect(helper.fetchAllPalletNames()).to.contain.members([...requiredPallets]);94 });90 });9596 itSub('Test pallets are present', async ({helper}) => {97 expect(helper.fetchAllPalletNames()).to.contain.members([...testPallets]);98 });9991100 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]);