We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6be3e commit d1dd367Copy full SHA for d1dd367
vision/snippets/src/test/java/com/example/vision/DetectIT.java
@@ -73,7 +73,9 @@ public void testDetectHandwrittenOcr() throws Exception {
73
74
// Assert
75
String got = bout.toString();
76
- assertThat(got).contains("Google Cloud Platform");
+ assertThat(got).contains("Google");
77
+ assertThat(got).contains("Cloud");
78
+ assertThat(got).contains("Platform");
79
}
80
81
@Test
@@ -97,7 +99,9 @@ public void testDetectHandwrittenOcrGcs() throws Exception {
97
99
98
100
101
102
103
104
105
106
107
0 commit comments