Skip to content

Commit a1a154b

Browse files
author
Adam Gray
committed
another typo
1 parent 74f1bee commit a1a154b

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
@@ -6,7 +6,7 @@ def test_snake_case_uppercase_str():
66
assert utils.snake_case("HTTP RESPONSE") == "http_response"
77

88

9-
def test_snake_case_from_pascal_with_acronums():
9+
def test_snake_case_from_pascal_with_acronyms():
1010
assert utils.snake_case("HTTPResponse") == "http_response"
1111
assert utils.snake_case("APIClientHTTPResponse") == "api_client_http_response"
1212
assert utils.snake_case("OAuthClientHTTPResponse") == "o_auth_client_http_response"

0 commit comments

Comments
 (0)