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:
@ -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)
|
||||
|
Reference in New Issue
Block a user