Skip to content

Commit

Permalink
Fixed failed tests on Kokoro (Spanner + Translate) [(#1192)](#1192)
Browse files Browse the repository at this point in the history
* Fixed failed tests on Kokoro (Spanner + Translate)

* Update quickstart_test.py
  • Loading branch information
michaelawyu authored and danoscarmike committed Jul 31, 2020
1 parent 7bbfa6b commit 7ec7aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation/samples/snippets/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def test_translate_utf8(capsys):
text = u'나는 파인애플을 좋아한다.'
snippets.translate_text('en', text)
out, _ = capsys.readouterr()
assert u'I like pineapple.' in out
assert u'I like pineapples.' in out

0 comments on commit 7ec7aa3

Please sign in to comment.