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) } }