From fdf333da9fba595ebdb94bcf94b29934546384d4 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Thu, 16 Dec 2021 15:15:35 +0800 Subject: [PATCH] [skip ci] Fix typos in test code (#13503) 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 6af45c7627..f8f8852e83 100644 --- a/tests/python_client/testcases/test_compaction.py +++ b/tests/python_client/testcases/test_compaction.py @@ -775,7 +775,7 @@ class TestCompactionOperation(TestcaseBase): break end = time() if end - start > cost: - raise BaseException(1, "Ccompact auto-merge more than 60s") + raise BaseException(1, "Compact auto-merge more than 60s") @pytest.mark.tags(CaseLabel.L2) def test_compact_less_threshold_no_merge(self):