mirror of https://github.com/milvus-io/milvus.git
[skip e2e] improve annotation (#13830)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/13766/head
parent
861e86dbb8
commit
52abcc5ce1
|
@ -792,7 +792,7 @@ class TestQueryParams(TestcaseBase):
|
||||||
def test_query_empty_partition(self):
|
def test_query_empty_partition(self):
|
||||||
"""
|
"""
|
||||||
target: test query on empty partition
|
target: test query on empty partition
|
||||||
method: query on a empty collection
|
method: query on an empty collection
|
||||||
expected: empty query result
|
expected: empty query result
|
||||||
"""
|
"""
|
||||||
collection_w = self.init_collection_wrap(name=cf.gen_unique_str(prefix))
|
collection_w = self.init_collection_wrap(name=cf.gen_unique_str(prefix))
|
||||||
|
|
Loading…
Reference in New Issue