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

Commit 21664c3

Browse files
michaelawyudanoscarmike
michaelawyu
authored andcommitted
Fixed failed tests on Kokoro (Spanner + Translate) [(#1192)](GoogleCloudPlatform/python-docs-samples#1192)
* Fixed failed tests on Kokoro (Spanner + Translate) * Update quickstart_test.py
1 parent 57f47b3 commit 21664c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/snippets_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def test_translate_utf8(capsys):
4646
text = u'나는 파인애플을 좋아한다.'
4747
snippets.translate_text('en', text)
4848
out, _ = capsys.readouterr()
49-
assert u'I like pineapple.' in out
49+
assert u'I like pineapples.' in out

0 commit comments

Comments
 (0)