Skip to content

Commit

Permalink
Fixed failed tests on Kokoro (Spanner + Translate) [(#1192)](GoogleCl…
Browse files Browse the repository at this point in the history
…oudPlatform/python-docs-samples#1192)

* Fixed failed tests on Kokoro (Spanner + Translate)

* Update quickstart_test.py
  • Loading branch information
michaelawyu authored and danoscarmike committed Jul 31, 2020
1 parent 6a878b2 commit 458584a
Showing 1 changed file with 1 addition and 1 deletion.
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 458584a

Please sign in to comment.