diff --git a/cpp/unittest/server/rpc_test.cpp b/cpp/unittest/server/rpc_test.cpp index 383e13fc056a902ed8ce9f500b7b3ff81094cd01..54bd5eb5b7b42eb0b676c6281621e544c7b668ff 100644 --- a/cpp/unittest/server/rpc_test.cpp +++ b/cpp/unittest/server/rpc_test.cpp @@ -231,7 +231,7 @@ TEST_F(RpcHandlerTest, SearchTest) { range->set_end_value(CurrentTmDate(-3)); std::vector> record_array; - + BuildVectors(0, VECTOR_COUNT, record_array); ::milvus::grpc::InsertParam insert_param; for (auto &record : record_array) { ::milvus::grpc::RowRecord *grpc_record = insert_param.add_row_record_array();