diff --git a/grpc_test.go b/grpc_test.go index 5696a26..e437c0e 100644 --- a/grpc_test.go +++ b/grpc_test.go @@ -42,7 +42,7 @@ func TestGRPCClient(t *testing.T) { Name: "helloworld", Version: "test", Nodes: []*registry.Node{ - ®istry.Node{ + { Id: "test-1", Address: l.Addr().String(), },