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 @@ -244,8 +244,8 @@ public void detectWebAnnotations() throws Exception {
244244
245245 // Assert
246246 String got = bout .toString ().toLowerCase ();
247- assertThat (got ).contains ("history " );
248- assertThat (got ).contains ("best guess label: palace of fine arts " );
247+ assertThat (got ).contains ("entity:id:score " );
248+ assertThat (got ).contains ("best guess label" );
249249 }
250250
251251 @ Test
@@ -256,8 +256,8 @@ public void detectWebAnnotationsGcs() throws Exception {
256256
257257 // Assert
258258 String got = bout .toString ().toLowerCase ();
259- assertThat (got ).contains ("history " );
260- assertThat (got ).contains ("best guess label: palace of fine arts " );
259+ assertThat (got ).contains ("entity:id:score " );
260+ assertThat (got ).contains ("best guess label" );
261261 }
262262
263263 @ Test
You can’t perform that action at this time.
0 commit comments