File tree 1 file changed +4
-4
lines changed
vision/snippets/src/test/java/com/example/vision
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 {
244
244
245
245
// Assert
246
246
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" );
249
249
}
250
250
251
251
@ Test
@@ -256,8 +256,8 @@ public void detectWebAnnotationsGcs() throws Exception {
256
256
257
257
// Assert
258
258
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" );
261
261
}
262
262
263
263
@ Test
You can’t perform that action at this time.
0 commit comments