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

difftreelog

Commented code lines removed

str-mv2021-08-13parent: #5259d55.patch.diff
in: master

1 file changed

modifiedtests/src/mintModes.test.tsdiffbeforeafterboth
122 const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });122 const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });
123 await disableWhiteListExpectSuccess(alice, collectionId);123 await disableWhiteListExpectSuccess(alice, collectionId);
124 await setMintPermissionExpectSuccess(alice, collectionId, false);124 await setMintPermissionExpectSuccess(alice, collectionId, false);
125 //await addCollectionAdminExpectSuccess(alice, collectionId, bob);
126 await createItemExpectSuccess(alice, collectionId, 'NFT');125 await createItemExpectSuccess(alice, collectionId, 'NFT');
127 });126 });
128 });127 });
132 const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });131 const collectionId = await createCollectionExpectSuccess({ mode: { type: 'NFT' } });
133 await disableWhiteListExpectSuccess(alice, collectionId);132 await disableWhiteListExpectSuccess(alice, collectionId);
134 await setMintPermissionExpectSuccess(alice, collectionId, false);133 await setMintPermissionExpectSuccess(alice, collectionId, false);
135 // await addToWhiteListExpectSuccess(alice, collectionId, bob.address);
136 await createItemExpectFailure(bob, collectionId, 'NFT');134 await createItemExpectFailure(bob, collectionId, 'NFT');
137 });135 });
138 });136 });