Commit 0ce100ea authored by Jeromy's avatar Jeromy

fix tests halting

parent 9f3591b6
...@@ -59,7 +59,7 @@ func (mr *MockRouter) FindProviders(ctx context.Context, key u.Key) ([]peer.Peer ...@@ -59,7 +59,7 @@ func (mr *MockRouter) FindProviders(ctx context.Context, key u.Key) ([]peer.Peer
} }
func (mr *MockRouter) FindPeer(ctx context.Context, pid peer.ID) (peer.Peer, error) { func (mr *MockRouter) FindPeer(ctx context.Context, pid peer.ID) (peer.Peer, error) {
log.Debug("FindPeer: %s", pid) log.Debugf("FindPeer: %s", pid)
return nil, nil return nil, nil
} }
......
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