[skip ci] Fix typo in comments (#10492)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/10511/head
binbin 2021-10-23 16:43:46 +08:00 committed by GitHub
parent 4036830b2d
commit 1a4cbf1959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ class TestCollectionParams(TestcaseBase):
def test_collection_empty_name(self):
"""
target: test collection with empty name
method: create collection with a empty name
method: create collection with an empty name
expected: raise exception
"""
self._connect()
@ -2485,7 +2485,7 @@ class TestHasCollection:
"""
target: test if collection not created
method: random a collection name, create this collection then drop it,
assert the value returned by has_collection method
assert the value returned by has_collection method
expected: False
"""
collection_name = gen_unique_str(uid_has)