Skip to content

Commit 4d15bc4

Browse files
Updating tests for regex changes
1 parent 22b8b90 commit 4d15bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene/utils/tests/test_str_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def test_camel_case():
1919

2020

2121
def test_to_const():
22-
assert to_const('snakes $1. on a "#plane') == 'SNAKES_ON_A_PLANE'
22+
assert to_const('snakes $1. on a "#plane') == 'SNAKES_1_ON_A_PLANE'

0 commit comments

Comments
 (0)