Skip to content

Commit

Permalink
Update test_translate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Jul 6, 2023
1 parent a1cce77 commit b6212d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_translate(self):
"ทดสอบระบบ",
)
)
self.th_fr_translator = Translate('th', 'ja')
self.th_ja_translator = Translate('th', 'ja', engine="small100")
self.assertIsNotNone(
self.th_fr_translator.translate(
"ทดสอบระบบ",
Expand Down

0 comments on commit b6212d9

Please sign in to comment.