Skip to content

Commit b4255f8

Browse files
author
Joel Collins
committed
Fixed camel to spine test
1 parent 5b7e2b6 commit b4255f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_camel_to_snake():
113113

114114

115115
def camel_to_spine():
116-
assert utilities.camel_to_snake("SomeCamelString") == "some-camel-string"
116+
assert utilities.camel_to_spine("SomeCamelString") == "some-camel-string"
117117

118118

119119
def test_snake_to_spinee():

0 commit comments

Comments
 (0)