From 939afc866bfd63ca26fe46ee882641b5874e360d Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Sat, 2 Oct 2021 22:04:04 +0800 Subject: [PATCH] Fix typo in testcase (#9093) Signed-off-by: zhuwenxing --- tests/python_client/testcases/test_alias.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/python_client/testcases/test_alias.py b/tests/python_client/testcases/test_alias.py index 25b593225a..f8854b8561 100644 --- a/tests/python_client/testcases/test_alias.py +++ b/tests/python_client/testcases/test_alias.py @@ -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: