From 4cebdd274cf44c73b5e5bb7cc0705c4cb7ef171d Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 19 Dec 2017 19:53:44 -0800 Subject: [PATCH] integration: remove typo in "TestV3LargeRequests" Signed-off-by: Gyuho Lee --- integration/v3_grpc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/v3_grpc_test.go b/integration/v3_grpc_test.go index d92753cd6..81cc2f1cc 100644 --- a/integration/v3_grpc_test.go +++ b/integration/v3_grpc_test.go @@ -1709,7 +1709,7 @@ func TestV3LargeRequests(t *testing.T) { // limit receive call size with original value + gRPC overhead bytes _, err = kvcli.Range(context.TODO(), reqget, grpc.MaxCallRecvMsgSize(test.valueSize+512*1024)) if err != nil { - t.Errorf("#%d: range expected no error , got %v", i, err) + t.Errorf("#%d: range expected no error, got %v", i, err) } }