Fix tests
This commit is contained in:
parent
07955af574
commit
771b140705
@ -71,8 +71,8 @@ class TestTexts(unittest.TestCase):
|
|||||||
Checks accents are replaced.
|
Checks accents are replaced.
|
||||||
"""
|
"""
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
"éèêàüï",
|
"eeeaui",
|
||||||
tools.normalize_string("eeeaui")
|
tools.normalize_string(u"éèêàüï")
|
||||||
)
|
)
|
||||||
|
|
||||||
class TestPhoneNumbers(unittest.TestCase):
|
class TestPhoneNumbers(unittest.TestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user