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