digitalbazaar / bedrock-ledger-consensus-continuity

Web Ledger Continuity Consensus Protocol
Other
3 stars 2 forks source link

Expand peer notification tests #251

Open aljones15 opened 3 years ago

aljones15 commented 3 years ago

Test made for peer notifications are pretty small. We do not have any tests that ensure that when a notification is made, that notification is there.

https://github.com/digitalbazaar/bedrock-ledger-consensus-continuity/blob/52ac4a1b48e618df0cc649833b1033d41e32a657/lib/client.js#L123-L142

https://github.com/digitalbazaar/bedrock-ledger-consensus-continuity/blob/52ac4a1b48e618df0cc649833b1033d41e32a657/lib/server.js#L116-L127

https://github.com/digitalbazaar/bedrock-ledger-consensus-continuity/blob/52ac4a1b48e618df0cc649833b1033d41e32a657/lib/peers.js#L33-L106