[skip ci] Fix single quoted docstring (#9823)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2021-10-13 19:50:34 +08:00 committed by GitHub
parent 711dad2eae
commit 8329d7fbd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,12 +97,12 @@ class TestMixBase:
@pytest.mark.tags(CaseLabel.L2)
def _test_mix_multi_collections(self, connect):
'''
"""
target: test functions with multiple collections of different metric_types and index_types
method: create 60 collections which 30 are L2 and the other are IP, add vectors into them
and test describe index and search
expected: status ok
'''
"""
nq = 10000
collection_list = []
idx = []