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 e752870 commit 82016dfCopy full SHA for 82016df
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