hedera-mirror-node
hedera-mirror-node copied to clipboard
Refactor `SelfDestructOperationTest`
As the description of the WP suggests, refactor the mentioned integration tests in web3 module (SelfDestructOperationTest
, ContractCallDynamicCallsTest
and ContractCallEvmCodesTest
) in a way to be self-sufficient enough and rely only on the provided data in this specific test. Essentially, if some of the data in separate tests inside the same integration test file is repeated, it could abstracted away in the integration test class, if appropriate