update deps (#55)

* reflect tests

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>

* update deps

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-04-10 01:32:25 +03:00
committed by GitHub
parent 66ff08af14
commit 744c2b4af8
10 changed files with 592 additions and 24 deletions

View File

@@ -143,7 +143,7 @@ func TestGRPCClient(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), 500*time.Millisecond)
defer cancel()
req := c.NewRequest("helloworld", "Test.Stream", &pb.Request{}, client.StreamingRequest())
req := c.NewRequest("helloworld", "Test.Stream", &pb.Request{}, client.StreamingRequest(true))
stream, err := c.Stream(ctx, req)
if err != nil {
t.Fatal(err)