difftreelog
Remove .only from burnItem tests
in: master
1 file changed
tests/src/burnItem.test.tsdiffbeforeafterboth898990 });90 });919192 it.only('Burn owned portion of item in ReFungible collection', async () => {92 it('Burn owned portion of item in ReFungible collection', async () => {93 const createMode = 'ReFungible';93 const createMode = 'ReFungible';94 const collectionId = await createCollectionExpectSuccess({mode: {type: createMode, decimalPoints: 2 }});94 const collectionId = await createCollectionExpectSuccess({mode: {type: createMode, decimalPoints: 2 }});95 const tokenId = await createItemExpectSuccess(alice, collectionId, createMode);95 const tokenId = await createItemExpectSuccess(alice, collectionId, createMode);