Skip to content

Commit b6212d9

Browse files
committed
Update test_translate.py
1 parent a1cce77 commit b6212d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_translate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_translate(self):
7979
"ทดสอบระบบ",
8080
)
8181
)
82-
self.th_fr_translator = Translate('th', 'ja')
82+
self.th_ja_translator = Translate('th', 'ja', engine="small100")
8383
self.assertIsNotNone(
8484
self.th_fr_translator.translate(
8585
"ทดสอบระบบ",

0 commit comments

Comments
 (0)