mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix typos in test code (#13503)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/13591/head
parent
12173f94f0
commit
fdf333da9f
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue