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

difftreelog

Skip tests for unique

Max Andreev2022-12-06parent: #aacbd92.patch.diff
in: master

1 file changed

modifiedtests/src/burnItem.test.tsdiffbeforeafterboth
140 await expect(token.burn(bob)).to.be.rejectedWith('common.NoPermission');140 await expect(token.burn(bob)).to.be.rejectedWith('common.NoPermission');
141 });141 });
142142
143 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});