hedera-sdk-java
hedera-sdk-java copied to clipboard
Integration tests for `SystemDeleteTransaction`
Problem
Seems that SystemDeleteTransaction
is missing some integration tests.
Found during PR #477.
Solution
To add new integration test suite named SystemDeleteTransactionIntegrationTest
:
-
deleteFile
-
deleteContract
For reference see SystemDeleteTransactionIntegrationTests.cc from the C++ SDK.
Alternatives
No response