difftreelog
Skip tests for unique
in: master
1 file changed
tests/src/burnItem.test.tsdiffbeforeafterboth140 await expect(token.burn(bob)).to.be.rejectedWith('common.NoPermission');140 await expect(token.burn(bob)).to.be.rejectedWith('common.NoPermission');141 });141 });142142143 itSub('RFT: cannot burn non-owned token pieces', async ({helper}) => {143 itSub.ifWithPallets('RFT: cannot burn non-owned token pieces', [Pallets.ReFungible], async ({helper}) => {144 const collection = await helper.rft.mintCollection(alice);144 const collection = await helper.rft.mintCollection(alice);145 const aliceToken = await collection.mintToken(alice, 10n, {Substrate: alice.address});145 const aliceToken = await collection.mintToken(alice, 10n, {Substrate: alice.address});146 const bobToken = await collection.mintToken(alice, 10n, {Substrate: bob.address});146 const bobToken = await collection.mintToken(alice, 10n, {Substrate: bob.address});