Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

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 57f47b3 commit 21664c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 21664c3

Please sign in to comment.