Skip to content

Commit

Permalink
Remove redundant single quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Ajmani <piyush@cuenca.com>
  • Loading branch information
Piyush Ajmani committed Jun 24, 2020
1 parent 2a15a5e commit 28e8796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_arcusd.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def test_clean_phone_number():
assert clean('(555) 555 5555') == '5555555555'
assert clean('555-555') == '555555'
assert clean('555?444') == '555444'
assert clean('-.-5544MMCCXX**' '') == '5544MMCCXX'
assert clean('-.-5544MMCCXX**') == '5544MMCCXX'

0 comments on commit 28e8796

Please sign in to comment.