iota-java icon indicating copy to clipboard operation
iota-java copied to clipboard

Make the deactivated tests run

Open ezienecker opened this issue 5 years ago • 0 comments

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.

  1. Search for the annotation @Disabled
  2. Remove annotation
  3. Run tests

Expected behaviour

Tests must run successfully

Actual behaviour

Tests are disabled

ezienecker avatar Oct 11 '20 17:10 ezienecker