mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci] Fix typos in test code (#13503)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
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
Block a user