1
0
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:
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

@ -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?