Skip to content

Commit

Permalink
Update test_pygoruut.py
Browse files Browse the repository at this point in the history
no linguistic anymore
  • Loading branch information
neurlang authored Oct 13, 2024
1 parent 17a071f commit ffba531
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_pygoruut.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def test_phonemize(self, mock_post):
"Words": [
{
"CleanWord": "σήμερα",
"Linguistic": "σήμερα",
"Phonetic": "sime̞ɾɐ"
}
]
Expand All @@ -67,7 +66,6 @@ def test_phonemize(self, mock_post):
self.assertIsInstance(result, PhonemeResponse)
self.assertEqual(len(result.Words), 1)
self.assertEqual(result.Words[0].CleanWord, "σήμερα")
self.assertEqual(result.Words[0].Linguistic, "σήμερα")
self.assertEqual(result.Words[0].Phonetic, "sime̞ɾɐ")

mock_post.assert_called_once_with(
Expand Down

0 comments on commit ffba531

Please sign in to comment.