Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bambocher committed May 31, 2018
1 parent c467ef5 commit 9c96bcb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/test_phoneme.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, *args, **kwargs):
def test_phoneme_hypothesis(self):
self.assertEqual(
self.ps.hypothesis(),
'SIL G OW F AO R W ER D T AE N M IY IH ZH ER Z S V SIL'
'SIL G OW F AO R D T AE N NG IY ZH ER S SIL'
)

def test_phoneme_best_phonemes(self):
Expand All @@ -62,19 +62,14 @@ def test_phoneme_best_phonemes(self):
'F',
'AO',
'R',
'W',
'ER',
'D',
'T',
'AE',
'N',
'M',
'NG',
'IY',
'IH',
'ZH',
'ER',
'Z',
'S',
'V',
'SIL'
])

0 comments on commit 9c96bcb

Please sign in to comment.