difftreelog
Fix tests
in: master
1 file changed
tests/src/eth/tokens/callMethodsERC721.test.tsdiffbeforeafterboth112112113 const result = await collection.methods.mint(caller).send();113 const result = await collection.methods.mint(caller).send();114 const tokenId = result.events.Transfer.returnValues.tokenId;114 const tokenId = result.events.Transfer.returnValues.tokenId;115 const tokenContract = await helper.ethNativeContract.rftTokenById(collectionId, tokenId, caller);115 const tokenContract = await helper.ethNativeContract.rftTokenById(collectionId, tokenId, caller, true);116116117 await tokenContract.methods.repartition(2).send();117 await tokenContract.methods.repartition(2).send();118 await tokenContract.methods.transfer(receiver, 1).send();118 await tokenContract.methods.transfer(receiver, 1).send();