iota-java
iota-java copied to clipboard
Make the deactivated tests run
Enhancement description
When I implemented https://github.com/iotaledger/iota-java/issues/174 I noticed that some tests didn't work.
I Disabled these tests. Make sure to check what is the right behavior and fix the code and/or the tests.
Version
Which version of the library are you running?
- Version:
1.0.0-beta9
Steps To reproduce the bug
Explain how the maintainer can reproduce the bug.
- Search for the annotation
@Disabled - Remove annotation
- Run tests
Expected behaviour
Tests must run successfully
Actual behaviour
Tests are disabled