Skip to content

Commit 0033b44

Browse files
committed
Update test_utils.py
Fixe test_slugify Close #76
1 parent 36ad773 commit 0033b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartdispatch/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_slugify():
4646
testing_arguments = [("command", "command"),
4747
("/path/to/arg2/", "pathtoarg2"),
4848
("!\"/$%?&*()[]~{<>'.#|\\", ""),
49-
(u"éèàëöüùò±@£¢¤¬¦²³¼½¾", "eeaeouuo23141234"), # ¼ => 1/4 => 14
49+
("éèàëöüùò±@£¢¤¬¦²³¼½¾", "eeaeouuo23141234"), # ¼ => 1/4 => 14
5050
("arg with space", "arg_with_space")]
5151

5252
for arg, expected in testing_arguments:

0 commit comments

Comments
 (0)