From ee82c346cde80541b63729e98f9ec273885fba20 Mon Sep 17 00:00:00 2001 From: Fahrrader Date: Thu, 09 Jun 2022 11:39:37 +0000 Subject: [PATCH] test(eth-nesting): remove extra sample comment --- --- a/tests/src/eth/nesting/nest.test.ts +++ b/tests/src/eth/nesting/nest.test.ts @@ -27,17 +27,6 @@ itWeb3('NFT: allows an Owner to nest/unnest their token', async ({api, web3}) => { const owner = await createEthAccountWithBalance(api, web3); - // const receiver = await createEthAccountWithBalance(api, web3); - - // const helper = evmCollectionHelper(web3, owner); - // const collectionName = 'CollectionEVM'; - // const description = 'Some description'; - // const tokenPrefix = 'token prefix'; - - // const collection = await helper.methods - // .create721Collection(collectionName, description, tokenPrefix) - // .send(); - const {collectionId, address} = await getCollectionFromSubstrate(api, owner); const contract = new web3.eth.Contract(nonFungibleAbi as any, address, {from: owner, ...GAS_ARGS}); -- gitstuff