dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Fix silenced tests in wallet_listsinceblock.py #924

Closed castarco closed 5 years ago

castarco commented 5 years ago

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

https://github.com/dtr-org/unit-e/blob/f8b92100a5346bb749445d8f872cd8eee8e3c0e1/test/functional/wallet_listsinceblock.py#L265

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

Related with #218 .