Skip to content

Commit 2498a76

Browse files
author
remi Taylor
authored
Merge pull request #98 from GoogleCloudPlatform/fix_language_bug
Fix language bug
2 parents d6f6cfd + e0c419f commit 2498a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language/spec/language_samples_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def capture &block
4545

4646
example "sentiment from text" do
4747
positive_text = "Matz is nice so we are nice"
48-
negative_text = "I am angry. I hate things."
48+
negative_text = "I don't like you. I hate things."
4949

5050
expect {
5151
sentiment_from_text project_id: @project_id, text_content: positive_text
@@ -58,7 +58,7 @@ def capture &block
5858

5959
example "sentiment from a file stored in Google Cloud Storage" do
6060
upload "positive_text.txt", "Matz is nice so we are nice"
61-
upload "negative_text.txt", "I am angry. I hate things."
61+
upload "negative_text.txt", "I don't like you. I hate things."
6262

6363
expect {
6464
sentiment_from_cloud_storage_file(

0 commit comments

Comments
 (0)