From 8329d7fbd2fca8c49242f3ec144d4e421deec59c Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Wed, 13 Oct 2021 19:50:34 +0800 Subject: [PATCH] [skip ci] Fix single quoted docstring (#9823) Signed-off-by: ThreadDao --- tests/python_client/testcases/test_mix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_client/testcases/test_mix.py b/tests/python_client/testcases/test_mix.py index 25a6a9cc6c..1a006a2645 100644 --- a/tests/python_client/testcases/test_mix.py +++ b/tests/python_client/testcases/test_mix.py @@ -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 = []