Fix the comment info in task_test.go (#16982)

Signed-off-by: SimFG <bang.fu@zilliz.com>
pull/16982/merge
SimFG 2022-05-15 09:03:54 +08:00 committed by GitHub
parent 328ab7ecf6
commit ea2c395a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",