git.delta.rocks / unique-network / refs/commits / 5464b28967c4

difftreelog

fix evm errors begin with a lower-case letter

Daniel Shiposha2023-10-12parent: #da2e878.patch.diff
in: master

1 file changed

modifiedtests/src/eth/nativeFungible.test.tsdiffbeforeafterboth
33 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);
3535
36 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 });
3838
39 itEth('balanceOf()', async ({helper}) => {39 itEth('balanceOf()', async ({helper}) => {