integration: remove typo in "TestV3LargeRequests"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.3
Gyuho Lee 2017-12-19 19:53:44 -08:00
parent 22127895d8
commit 9442f90016
1 changed files with 1 additions and 1 deletions

View File

@ -1874,7 +1874,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)
}
}