mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 23:42:20 +08:00
fixing up some bitswap stuff after the PR
This commit is contained in:
@ -78,7 +78,7 @@ func TestTableUpdate(t *testing.T) {
|
||||
for i := 0; i < 10000; i++ {
|
||||
p := rt.Update(peers[rand.Intn(len(peers))])
|
||||
if p != nil {
|
||||
t.Log("evicted peer.")
|
||||
//t.Log("evicted peer.")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user