We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22d639 commit 4225a14Copy full SHA for 4225a14
vision/snippets/src/test/java/com/example/vision/DetectIT.java
@@ -236,7 +236,7 @@ public void detectWebAnnotations() throws Exception {
236
237
// Assert
238
String got = bout.toString();
239
- assertThat(got).contains("Landmark");
+ assertThat(got).contains("History");
240
assertThat(got).contains("Best guess label: palace of fine arts");
241
}
242
@@ -248,7 +248,7 @@ public void detectWebAnnotationsGcs() throws Exception {
248
249
250
251
252
253
254
0 commit comments