[skip e2e] Format the comment (#14899)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/14927/head
binbin 2022-01-06 13:23:00 +08:00 committed by GitHub
parent c992659234
commit 5f94d9b3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,8 @@ class TestQueryParams(TestcaseBase):
def test_query_auto_id_not_existed_primary_values(self):
"""
target: test query on auto_id true collection
method: 1.create auto_id true collection 2.query with not existed primary keys
method: 1.create auto_id true collection
2.query with not existed primary keys
expected: query result is empty
"""
schema = cf.gen_default_collection_schema(auto_id=True)