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:

committed by
Brian Tiger Chow

parent
9dd39de491
commit
043c09e14b
@ -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)
|
||||
|
Reference in New Issue
Block a user