mirror of https://github.com/coqui-ai/TTS.git
Fix silly error in tests
This commit is contained in:
parent
3f172b84d8
commit
a41f53fe72
|
@ -94,7 +94,7 @@ class TextProcessingTextCase(unittest.TestCase):
|
|||
|
||||
def test_text2phone(self):
|
||||
"""Verify phones directly (with |)"""
|
||||
ph = text2phone(EXAMPLE_TEXT, LANG)
|
||||
ph = text2phone(EXAMPLE_TEXT, LANG, use_espeak_phonemes=True)
|
||||
self.assertEqual(ph, EXPECTED_PHONEMES)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue