mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Fix silly error in tests
This commit is contained in:
committed by
Eren Gölge
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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user