From a7912ac77ad4b7bdb330daa5ec9f439cc07c4572 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Tue, 30 Nov 2021 19:38:01 +0800 Subject: [PATCH] [skip ci] Fix typos in test comments (#12476) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_compaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/testcases/test_compaction.py b/tests/python_client/testcases/test_compaction.py index c76305e1d..83bf56efb 100644 --- a/tests/python_client/testcases/test_compaction.py +++ b/tests/python_client/testcases/test_compaction.py @@ -272,7 +272,7 @@ class TestCompactionOperation(TestcaseBase): method: 1.create collection with shard_num=1 2.insert data into two segments 3.delete and flush (new insert) - 4.compact ( + 4.compact 5.load and search expected: """ -- GitLab