Skip to content

Commit 4d6fd23

Browse files
committed
closing the final edge case for complete coverage of human_readable_url
1 parent f10d0ae commit 4d6fd23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ def test_generate_tag():
3535

3636

3737
def test_human_readable_url_edge_case():
38+
assert utils.human_readable_url('google.com') == 'google.com'
3839
assert utils.human_readable_url('tel:1-800-555-1212') == '1-800-555-1212'

0 commit comments

Comments
 (0)