1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00

fixed get/put

This commit is contained in:
Juan Batiz-Benet
2014-09-19 08:07:56 -07:00
committed by Brian Tiger Chow
parent 9dd39de491
commit 043c09e14b
5 changed files with 29 additions and 19 deletions

View File

@ -117,7 +117,7 @@ func TestPing(t *testing.T) {
}
func TestValueGetSet(t *testing.T) {
u.Debug = false
u.Debug = true
addrA, err := ma.NewMultiaddr("/ip4/127.0.0.1/tcp/1235")
if err != nil {
t.Fatal(err)