koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Implement unit test for BlockDownloadManager #71

Closed theoreticalbts closed 3 years ago

theoreticalbts commented 3 years ago

Currently BlockDownloadManager has only been tested by somewhat ad hoc integration tests. It needs unit test(s).

mvandeberg commented 3 years ago

This is irrelevant after #166 is merged.