Commit 194b94b1 authored by Petar Radovic's avatar Petar Radovic

minor handshake tests fix

parent 0f035326
......@@ -88,7 +88,7 @@ func TestHandshake(t *testing.T) {
NetworkID: expectedInfo.NetworkID,
Light: expectedInfo.Light,
},
Ack: &pb.Ack{},
Ack: &pb.Ack{Address: info.Address},
}); err != nil {
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