--- a/tests/src/burnItem.test.ts +++ b/tests/src/burnItem.test.ts @@ -89,7 +89,7 @@ }); - it.only('Burn owned portion of item in ReFungible collection', async () => { + it('Burn owned portion of item in ReFungible collection', async () => { const createMode = 'ReFungible'; const collectionId = await createCollectionExpectSuccess({mode: {type: createMode, decimalPoints: 2 }}); const tokenId = await createItemExpectSuccess(alice, collectionId, createMode);