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 76c5cbc commit e752870Copy full SHA for e752870
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_(input_string, expected):
+def test_parse_camelCase(input_string, expected):
41
assert expected == camel_to_snake(input_string)
42
43
0 commit comments