Skip to content

Commit f77420f

Browse files
fix: update translate test string (#9173)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent cf7b057 commit f77420f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/samples/snippets/hybrid_glossaries/hybrid_tutorial_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_create_and_delete_glossary():
5656

5757
def test_translate_standard():
5858

59-
expected_text = "Hello"
59+
expected_text = "Good morning"
6060

6161
# attempt to create glossary, fails if it already exists
6262
languages = ["fr", "en"]

0 commit comments

Comments
 (0)