From 5f94d9b3c4964fc8ced9c6562ea3eabe71604bf2 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:23:00 +0800 Subject: [PATCH] [skip e2e] Format the comment (#14899) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_query.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_query.py b/tests/python_client/testcases/test_query.py index 7594ccead1..8b01233d09 100644 --- a/tests/python_client/testcases/test_query.py +++ b/tests/python_client/testcases/test_query.py @@ -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)