Skip to content

Commit bb90a74

Browse files
committed
fix cspell: replace 'recased' in test comments
1 parent c265eeb commit bb90a74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/http-client-python/tests/mock_api/azure/asynctests/test_azure_client_generator_core_exact_name_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ def test_model_class_name_preserved():
3939

4040
def test_property_name_preserved():
4141
# exact("_my_name") scoped to python should preserve the property name exactly,
42-
# including the leading underscore, instead of being stripped/recased.
42+
# including the leading underscore, instead of being stripped or having its case changed.
4343
assert "_my_name" in ScopedModel.__annotations__

packages/http-client-python/tests/mock_api/azure/test_azure_client_generator_core_exact_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ def test_model_class_name_preserved():
3636

3737
def test_property_name_preserved():
3838
# exact("_my_name") scoped to python should preserve the property name exactly,
39-
# including the leading underscore, instead of being stripped/recased.
39+
# including the leading underscore, instead of being stripped or having its case changed.
4040
assert "_my_name" in ScopedModel.__annotations__

0 commit comments

Comments
 (0)