difftreelog
test(eth-nesting) remove extra sample comment
in: master
1 file changed
tests/src/eth/nesting/nest.test.tsdiffbeforeafterboth272728 itWeb3('NFT: allows an Owner to nest/unnest their token', async ({api, web3}) => {28 itWeb3('NFT: allows an Owner to nest/unnest their token', async ({api, web3}) => {29 const owner = await createEthAccountWithBalance(api, web3);29 const owner = await createEthAccountWithBalance(api, web3);30 // const receiver = await createEthAccountWithBalance(api, web3);3132 // const helper = evmCollectionHelper(web3, owner);33 // const collectionName = 'CollectionEVM';34 // const description = 'Some description';35 // const tokenPrefix = 'token prefix';36 37 // const collection = await helper.methods38 // .create721Collection(collectionName, description, tokenPrefix)39 // .send();4041 const {collectionId, address} = await getCollectionFromSubstrate(api, owner);30 const {collectionId, address} = await getCollectionFromSubstrate(api, owner);42 const contract = new web3.eth.Contract(nonFungibleAbi as any, address, {from: owner, ...GAS_ARGS});31 const contract = new web3.eth.Contract(nonFungibleAbi as any, address, {from: owner, ...GAS_ARGS});