Skip to content

Commit 74f1bee

Browse files
author
Adam Gray
committed
typo
1 parent 414319d commit 74f1bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_end_to_end/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_snake_case_from_pascal_with_acronums():
1212
assert utils.snake_case("OAuthClientHTTPResponse") == "o_auth_client_http_response"
1313

1414

15-
def test_snake_Case_from_pascal():
15+
def test_snake_case_from_pascal():
1616
assert utils.snake_case("HttpResponsePascalCase") == "http_response_pascal_case"
1717

1818

0 commit comments

Comments
 (0)