hedera-sdk-java icon indicating copy to clipboard operation
hedera-sdk-java copied to clipboard

Integration tests for `SystemDeleteTransaction`

Open deyanzz opened this issue 1 year ago • 3 comments

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

deyanzz avatar Aug 30 '23 20:08 deyanzz