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 82016df commit de7c40cCopy full SHA for de7c40c
tests/unit/sagemaker/jumpstart/hub/test_parser_utils.py
@@ -37,7 +37,7 @@
37
("123StartWithNumber", "123_start_with_number"),
38
],
39
)
40
-def test_parse_camelCase(input_string, expected)
+def test_parse_camelCase(input_string, expected):
41
assert expected == camel_to_snake(input_string)
42
43
0 commit comments