File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
vision/cloud-client/src/test/java/com/example/vision Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ public void detectWebAnnotations() throws Exception {
236
236
237
237
// Assert
238
238
String got = bout .toString ();
239
- assertThat (got ).contains ("Palace of Fine Arts Theatre " );
239
+ assertThat (got ).contains ("Landmark " );
240
240
assertThat (got ).contains ("Best guess label: palace of fine arts" );
241
241
}
242
242
@@ -248,7 +248,7 @@ public void detectWebAnnotationsGcs() throws Exception {
248
248
249
249
// Assert
250
250
String got = bout .toString ();
251
- assertThat (got ).contains ("Palace of Fine Arts Theatre " );
251
+ assertThat (got ).contains ("Landmark " );
252
252
assertThat (got ).contains ("Best guess label: palace of fine arts" );
253
253
}
254
254
@@ -270,7 +270,7 @@ public void testDetectWebEntitiesGcs() throws Exception {
270
270
Detect .argsHelper (args , out );
271
271
272
272
String got = bout .toString ();
273
- assertThat (got ).contains ("Description: Palace of Fine Arts Theatre " );
273
+ assertThat (got ).contains ("Description" );
274
274
}
275
275
276
276
@ Test
@@ -292,7 +292,7 @@ public void testDetectWebEntitiesIncludeGeoResultsGcs() throws Exception {
292
292
Detect .argsHelper (args , out );
293
293
294
294
String got = bout .toString ();
295
- assertThat (got ).contains ("Description: Palace of Fine Arts Theatre " );
295
+ assertThat (got ).contains ("Description" );
296
296
}
297
297
298
298
@ Test
You can’t perform that action at this time.
0 commit comments