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 Jul 23, 2019
1 parent d358e43 commit a0ea56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_detect_list(translator):


def test_src_in_special_cases(translator):
args = ('Tere', 'en', 'ee')
args = ('Tere,', 'en', 'ee')

result = translator.translate(*args)

Expand Down

0 comments on commit a0ea56a

Please sign in to comment.