Skip to content

Commit 3892805

Browse files
author
Jerjou Cheng
committed
The NL api was clearly trained in high society, rather than in schoolyard playgrounds after class.
1 parent 4df07bd commit 3892805

File tree

1 file changed

+1
-1
lines changed
  • language/analysis/src/test/java/com/google/cloud/language/samples

1 file changed

+1
-1
lines changed

language/analysis/src/test/java/com/google/cloud/language/samples/AnalyzeIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class AnalyzeIT {
7272
// Act
7373
Sentiment sentiment =
7474
analyzeApp.analyzeSentiment(
75-
"You are an idiot suck face and I hope you choke on your jolly rancher.");
75+
"That was the worst performance I've seen in awhile.");
7676

7777
// Assert
7878
assertThat((double)sentiment.getMagnitude()).isGreaterThan(0.0);

0 commit comments

Comments
 (0)