mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 09:52:20 +08:00
style(testutil) rename testutil.Peer -> testutil.Identity
cc @jbenet
This commit is contained in:
@ -17,7 +17,7 @@ var log = u.Logger("mockrouter")
|
||||
type client struct {
|
||||
datastore ds.Datastore
|
||||
server server
|
||||
peer testutil.Peer
|
||||
peer testutil.Identity
|
||||
}
|
||||
|
||||
// FIXME(brian): is this method meant to simulate putting a value into the network?
|
||||
|
Reference in New Issue
Block a user