difftreelog
Merge pull request #145 from usetech-llc/feature/NFTPAR-413_inflation
in: master
Fix pallet presence test
2 files changed
tests/package.jsondiffbeforeafterboth51 "testSetOffchainSchema": "mocha --timeout 9999999 -r ts-node/register ./**/setOffchainSchema.test.ts",51 "testSetOffchainSchema": "mocha --timeout 9999999 -r ts-node/register ./**/setOffchainSchema.test.ts",52 "testOverflow": "mocha --timeout 9999999 -r ts-node/register ./**/overflow.test.ts",52 "testOverflow": "mocha --timeout 9999999 -r ts-node/register ./**/overflow.test.ts",53 "testSetVariableMetadataSponsoringRateLimit": "mocha --timeout 9999999 -r ts-node/register ./**/setVariableMetadataSponsoringRateLimit.test.ts",53 "testSetVariableMetadataSponsoringRateLimit": "mocha --timeout 9999999 -r ts-node/register ./**/setVariableMetadataSponsoringRateLimit.test.ts",54 "testInflation": "mocha --timeout 9999999 -r ts-node/register ./**/inflation.test.ts"54 "testInflation": "mocha --timeout 9999999 -r ts-node/register ./**/inflation.test.ts",55 "testPalletPresence": "mocha --timeout 9999999 -r ts-node/register ./**/pallet-presence.test.ts"55 },56 },56 "author": "",57 "author": "",57 "license": "SEE LICENSE IN ../LICENSE",58 "license": "SEE LICENSE IN ../LICENSE",tests/src/pallet-presence.test.tsdiffbeforeafterboth131314// Pallets that must always be present14// Pallets that must always be present15const requiredPallets = [15const requiredPallets = [16 'nft', 'balances', 'contracts', 'randomnesscollectiveflip', 'system', 'timestamp', 'transactionpayment', 'treasury', 'vesting'16 'nft', 'inflation', 'balances', 'contracts', 'randomnesscollectiveflip', 'system', 'timestamp', 'transactionpayment', 'treasury', 'vesting'17];17];181819// Pallets that depend on consensus and governance configuration19// Pallets that depend on consensus and governance configuration