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

difftreelog

Remove .only from burnItem tests

Greg Zaitsev2021-01-14parent: #dd88245.patch.diff
in: master

1 file changed

modifiedtests/src/burnItem.test.tsdiffbeforeafterboth
8989
90 });90 });
9191
92 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);