Fix typo in testcase (#9093)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/9095/head
zhuwenxing 2021-10-02 22:04:04 +08:00 committed by GitHub
parent 95d39405c3
commit 939afc866b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -389,14 +389,14 @@ class TestAliasOperationInvalid(TestcaseBase):
""" Negative test cases of alias interface operations"""
@pytest.mark.tags(CaseLabel.L1)
def test_alias_create_dupcation_alias(self):
def test_alias_create_duplication_alias(self):
"""
target: test two collections creating alias with same name
method:
1.create a collection_1 with alias name alias_a
2.create a collection_2 also with alias name alias_a
expected:
in step 2, creating alias with a dupcation name is not allowed
in step 2, creating alias with a duplication name is not allowed
"""
self._connect()
@ -491,7 +491,7 @@ class TestAliasOperationInvalid(TestcaseBase):
check_items=error)
@pytest.mark.tags(CaseLabel.L1)
def test_alias_cerate_dup_name_collection(self):
def test_alias_create_dup_name_collection(self):
"""
target: test creating a collection with a same name as alias, but a different schema
method: