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 045dcf3 commit 27150e7Copy full SHA for 27150e7
vision/snippets/src/test/java/com/example/vision/DetectIT.java
@@ -244,7 +244,7 @@ public void detectWebAnnotations() throws Exception {
244
245
// Assert
246
String got = bout.toString();
247
- assertThat(got).contains("Landmark");
+ assertThat(got).contains("History");
248
assertThat(got).contains("Best guess label: palace of fine arts");
249
}
250
@@ -256,7 +256,7 @@ public void detectWebAnnotationsGcs() throws Exception {
256
257
258
259
260
261
262
0 commit comments