dtr-org/unit-e

Fix silenced tests in wallet_listsinceblock.py

Closed this issue · 0 comments

We have a return statement in wallet_listsinceblock.py that is silencing some assertions:

return # TODO UNIT-E : Enable the following tests again

We should remove the return statement and fix those flaky tests.

Related with #218 .