mirror of https://github.com/milvus-io/milvus.git
Fix the comment info in task_test.go (#16982)
Signed-off-by: SimFG <bang.fu@zilliz.com>pull/16982/merge
parent
328ab7ecf6
commit
ea2c395a38
|
@ -349,7 +349,7 @@ func constructSearchRequest(
|
||||||
func TestInsertTask_checkLengthOfFieldsData(t *testing.T) {
|
func TestInsertTask_checkLengthOfFieldsData(t *testing.T) {
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
// schema is empty, though won't happened in system
|
// schema is empty, though won't happen in system
|
||||||
case1 := insertTask{
|
case1 := insertTask{
|
||||||
schema: &schemapb.CollectionSchema{
|
schema: &schemapb.CollectionSchema{
|
||||||
Name: "TestInsertTask_checkLengthOfFieldsData",
|
Name: "TestInsertTask_checkLengthOfFieldsData",
|
||||||
|
|
Loading…
Reference in New Issue