Skip to content

Commit

Permalink
fix test_src_in_special_cases
Browse files Browse the repository at this point in the history
  • Loading branch information
poipoii committed Sep 12, 2019
1 parent a0ea56a commit a8f5e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ follows:

.. |GitHub license| image:: https://img.shields.io/github/license/mashape/apistatus.svg
:target: http://opensource.org/licenses/MIT
.. |travis status| image:: https://travis-ci.org/poipoii/py-googletrans.svg?branch=master
:target: https://travis-ci.org/poipoii/py-googletrans
.. |travis status| image:: https://travis-ci.com/poipoii/py-googletrans.svg?branch=master
:target: https://travis-ci.com/poipoii/py-googletrans
.. |Documentation Status| image:: https://readthedocs.org/projects/ggtrans/badge/?version=latest
:target: https://readthedocs.org/projects/ggtrans/?badge=latest
.. |PyPI version| image:: https://badge.fury.io/py/ggtrans.svg
Expand Down
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_src_in_special_cases(translator):

result = translator.translate(*args)

assert result.text == 'Hi,'
assert result.text == 'Hello,' or result.text == 'Hi,'


def test_src_not_in_supported_languages(translator):
Expand Down

0 comments on commit a8f5e82

Please sign in to comment.