difftreelog
fix evm errors begin with a lower-case letter
in: master
1 file changed
tests/src/eth/nativeFungible.test.tsdiffbeforeafterboth33 const collectionAddress = helper.ethAddress.fromCollectionId(0);33 const collectionAddress = helper.ethAddress.fromCollectionId(0);34 const contract = await helper.ethNativeContract.collection(collectionAddress, 'ft', owner);34 const contract = await helper.ethNativeContract.collection(collectionAddress, 'ft', owner);353536 await expect(contract.methods.approve(spender, 100).call({from: owner})).to.be.rejectedWith('Approve not supported');36 await expect(contract.methods.approve(spender, 100).call({from: owner})).to.be.rejectedWith('approve not supported');37 });37 });383839 itEth('balanceOf()', async ({helper}) => {39 itEth('balanceOf()', async ({helper}) => {