mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 03:42:21 +08:00
@ -11,9 +11,7 @@ import (
|
||||
)
|
||||
|
||||
func TestRoutingResolve(t *testing.T) {
|
||||
local := &peer.Peer{
|
||||
ID: []byte("testID"),
|
||||
}
|
||||
local := peer.WithIDString("testID")
|
||||
lds := ds.NewMapDatastore()
|
||||
d := mock.NewMockRouter(local, lds)
|
||||
|
||||
|
Reference in New Issue
Block a user