diff --git a/tests/test_pygoruut.py b/tests/test_pygoruut.py index 1c7eea7..03dec77 100644 --- a/tests/test_pygoruut.py +++ b/tests/test_pygoruut.py @@ -54,7 +54,6 @@ def test_phonemize(self, mock_post): "Words": [ { "CleanWord": "σήμερα", - "Linguistic": "σήμερα", "Phonetic": "sime̞ɾɐ" } ] @@ -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(