mirror of https://github.com/milvus-io/milvus.git
Fix typos in code comments (#14588)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/14596/merge
parent
b24349a8d8
commit
570098b563
|
@ -256,8 +256,8 @@ class TestPartitionParams(TestcaseBase):
|
|||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_load_partitons_after_release(self):
|
||||
"""
|
||||
target: test release the partiton after load partition
|
||||
method: load partitons and release partitions
|
||||
target: test release the partition after load partition
|
||||
method: load partitions and release partitions
|
||||
expected: no exception
|
||||
"""
|
||||
self._connect()
|
||||
|
|
Loading…
Reference in New Issue