We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414319d commit 74f1beeCopy full SHA for 74f1bee
tests/test_end_to_end/test_utils.py
@@ -12,7 +12,7 @@ def test_snake_case_from_pascal_with_acronums():
12
assert utils.snake_case("OAuthClientHTTPResponse") == "o_auth_client_http_response"
13
14
15
-def test_snake_Case_from_pascal():
+def test_snake_case_from_pascal():
16
assert utils.snake_case("HttpResponsePascalCase") == "http_response_pascal_case"
17
18
0 commit comments