[skip ci] Update test behavior change in comments (#8661)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/8663/head
binbin 2021-09-27 13:39:59 +08:00 committed by GitHub
parent 2a08a2d95f
commit ba2eb74609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class TestInsertParams(TestcaseBase):
"""
target: test insert None
method: data is None
expected: raise exception
expected: return successfully with zero results
"""
c_name = cf.gen_unique_str(prefix)
collection_w = self.init_collection_wrap(name=c_name)