Commit c2d846a7 authored by vyzo's avatar vyzo
Browse files

fix go vet issue

parent 292b8a12
...@@ -178,7 +178,7 @@ func TestAutoRelay(t *testing.T) { ...@@ -178,7 +178,7 @@ func TestAutoRelay(t *testing.T) {
} }
} }
err = h4.Connect(ctx, pstore.PeerInfo{h3.ID(), raddrs}) err = h4.Connect(ctx, pstore.PeerInfo{ID: h3.ID(), Addrs: raddrs})
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment