From c356c0a1e6798370ca94fac3f06fad14d16b326b Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Thu, 14 Jan 2021 14:05:23 +0000 Subject: [PATCH] Remove .only from burnItem tests --- --- 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); -- gitstuff