Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
ContractCallServiceERCTokenTest
modification functions (#9040
) With this PR the ContractCallServiceERCTokenTest integration test file is partially refactored using the web3j plugin and the big enum is now replaced with multiple junit tests so that it is easier to debug a particular scenario. This way also the number of persisted entities per test is reduced significantly and now we persist only the ones that are needed in the particular test. This PR refactors and extracts the modification functions tests in separate class, so it can be more readable. The redirect, delegate and historical tests will be extracted in another class with another PR --------- Signed-off-by: Nikolay Nikolov <[email protected]> Signed-off-by: Nikolay Nikolov <[email protected]>
- Loading branch information