hedera-mirror-node
hedera-mirror-node copied to clipboard
Refactor `ContractCallAddressThisTest`
Problem
With the refactoring of ContractCallEvmCodesTest to use the web3j-gradle plugin. Test cases using AddressThis.sol were moved in ContractCallAddressThisTest.java which still uses the old approach of testing.
Solution
This task is to refactor ContractCallAddressThisTest to be independent of ContractCallTestSetup
Alternatives
No response