File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
vision/snippets/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 @@ -238,7 +238,7 @@ public void detectWebAnnotations() throws Exception {
238238
239239 // Assert
240240 String got = bout .toString ();
241- assertThat (got ).contains ("Palace of Fine Arts Theatre " );
241+ assertThat (got ).contains ("Landmark " );
242242 assertThat (got ).contains ("Best guess label: palace of fine arts" );
243243 }
244244
@@ -250,7 +250,7 @@ public void detectWebAnnotationsGcs() throws Exception {
250250
251251 // Assert
252252 String got = bout .toString ();
253- assertThat (got ).contains ("Palace of Fine Arts Theatre " );
253+ assertThat (got ).contains ("Landmark " );
254254 assertThat (got ).contains ("Best guess label: palace of fine arts" );
255255 }
256256
@@ -272,7 +272,7 @@ public void testDetectWebEntitiesGcs() throws Exception {
272272 Detect .argsHelper (args , out );
273273
274274 String got = bout .toString ();
275- assertThat (got ).contains ("Description: Palace of Fine Arts Theatre " );
275+ assertThat (got ).contains ("Description:" );
276276 }
277277
278278 @ Test
@@ -294,7 +294,7 @@ public void testDetectWebEntitiesIncludeGeoResultsGcs() throws Exception {
294294 Detect .argsHelper (args , out );
295295
296296 String got = bout .toString ();
297- assertThat (got ).contains ("Description: Palace of Fine Arts Theatre " );
297+ assertThat (got ).contains ("Description:" );
298298 }
299299
300300 @ Test
You can’t perform that action at this time.
0 commit comments