libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
517 stars 221 forks source link

fix: optimistic provide ci checks in tests #833

Closed dennis-tra closed 1 year ago

dennis-tra commented 1 year ago

As @guillaumemichel pointed out, the test were not only failing because of their flakiness but also because some formatting was incorrect and a deprecated API was used.

See this comment: https://github.com/libp2p/go-libp2p-kad-dht/pull/783#issuecomment-1497384112

This PR fixes both issues.