[skip ci] Fix typos in test code (#13503)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-12-16 15:15:35 +08:00 committed by GitHub
parent 12173f94f0
commit fdf333da9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):