Commit a14e27ae authored by Jeromy's avatar Jeromy

fix typo that caused test failure in dht_test.go

parent 129bd922
......@@ -287,7 +287,7 @@ func TestFindPeer(t *testing.T) {
u.Debug = false
addrs, peers, dhts := setupDHTS(4, t)
go func() {
defer func() {
for i := 0; i < 4; i++ {
dhts[i].Halt()
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment