diff --git a/tests/test_translate.py b/tests/test_translate.py index 29c95ef..86d639c 100644 --- a/tests/test_translate.py +++ b/tests/test_translate.py @@ -39,7 +39,7 @@ def test_odia_to_other_lang(self, text, dest, output): @pytest.mark.parametrize("text, output, src, dest", [ ("hello! feeling good?", "ନମସ୍କାର!ଭଲ ଲାଗୁଛି?", "en", "or"), - ("क्यों", "କାହିଁକି?", "hi", "or"), + ("क्यों", "କାହିଁକି", "hi", "or"), ("ନମସ୍କାର!ଭଲ ଲାଗୁଛି?", "Hello! Sounds good?", "or", "en"), ("କାହିଁକି", "Why", "or", "en"), ("କାହିଁକି", "क्यों", "or", "hi")