chore(proto): update proto
This commit is contained in:
parent
101059126c
commit
554f7feef9
|
@ -15,8 +15,7 @@ func TestServerSingle_Get(t *testing.T) {
|
||||||
|
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
cli := proto.NewCommServerClient(comm)
|
cli := proto.NewCommServerClient(comm)
|
||||||
resp, err := cli.Get(ctx, &proto.GetRequest{
|
resp, err := cli.Get(ctx, &proto.GetRequest{})
|
||||||
})
|
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
fmt.Println(resp)
|
fmt.Println(resp)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue