[skip ci] Fix annotation (#7761)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/7763/head
binbin 2021-09-11 17:06:01 +08:00 committed by GitHub
parent d0a62aab7c
commit 047850c869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -585,7 +585,7 @@ class TestPartitionOperations(TestcaseBase):
target: verify release an dropped partition
method: 1.create a partition
2. drop the partition
2. release the partition
3. release the partition
expected: raise exception
"""
# create partition
@ -605,7 +605,7 @@ class TestPartitionOperations(TestcaseBase):
target: verify release an dropped collection
method: 1.create a collection and partition
2. drop the collection
2. release the partition
3. release the partition
expected: raise exception
"""
# create collection
@ -631,8 +631,8 @@ class TestPartitionOperations(TestcaseBase):
target: verify release a partition after the collection released
method: 1.create a collection and partition
2. insert some data
2. release the collection
2. release the partition
3. release the collection
4. release the partition
expected: partition released successfully
"""
# create collection