1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 17:22:21 +08:00

style(testutil) rename testutil.Peer -> testutil.Identity

cc @jbenet
This commit is contained in:
Brian Tiger Chow
2014-12-24 09:53:18 -05:00
parent 2b2ff548e6
commit 0172e4f2bb
13 changed files with 36 additions and 36 deletions

View File

@ -10,7 +10,7 @@ import (
)
func TestRoutingResolve(t *testing.T) {
d := mockrouting.NewServer().Client(testutil.RandPeerOrFatal(t))
d := mockrouting.NewServer().Client(testutil.RandIdentityOrFatal(t))
resolver := NewRoutingResolver(d)
publisher := NewRoutingPublisher(d)