Nidhal Baccouri
commited on
Commit
·
4271d03
1
Parent(s):
283a7d3
updated one word tes
Browse files- tests/test_google.py +1 -1
tests/test_google.py
CHANGED
@@ -66,4 +66,4 @@ def test_payload(google_translator):
|
|
66 |
|
67 |
|
68 |
def test_one_character_words():
|
69 |
-
assert GoogleTranslator(source="es", target="en").translate("o")
|
|
|
66 |
|
67 |
|
68 |
def test_one_character_words():
|
69 |
+
assert GoogleTranslator(source="es", target="en").translate("o") is not None
|