Преглед изворни кода

integration: remove typo in "TestV3LargeRequests"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee пре 8 година
родитељ
комит
4cebdd274c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      integration/v3_grpc_test.go

+ 1 - 1
integration/v3_grpc_test.go

@@ -1709,7 +1709,7 @@ func TestV3LargeRequests(t *testing.T) {
 			// limit receive call size with original value + gRPC overhead bytes
 			// limit receive call size with original value + gRPC overhead bytes
 			_, err = kvcli.Range(context.TODO(), reqget, grpc.MaxCallRecvMsgSize(test.valueSize+512*1024))
 			_, err = kvcli.Range(context.TODO(), reqget, grpc.MaxCallRecvMsgSize(test.valueSize+512*1024))
 			if err != nil {
 			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)
 			}
 			}
 		}
 		}