Skip to content

Commit

Permalink
Fixed camel to spine test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 8, 2020
1 parent 5b7e2b6 commit b4255f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_camel_to_snake():


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


def test_snake_to_spinee():
Expand Down

0 comments on commit b4255f8

Please sign in to comment.