Skip to content

Commit

Permalink
closing the final edge case for complete coverage of human_readable_url
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 7, 2024
1 parent f10d0ae commit 4d6fd23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ def test_generate_tag():


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

0 comments on commit 4d6fd23

Please sign in to comment.