We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f14cfb commit e07dcd7Copy full SHA for e07dcd7
vision/snippets/src/test/java/com/example/vision/DetectIT.java
@@ -237,7 +237,6 @@ public void detectWebAnnotations() throws Exception {
237
// Assert
238
String got = bout.toString();
239
assertThat(got).contains("Palace");
240
- assertThat(got).contains("Francisco");
241
}
242
243
@Test
@@ -249,7 +248,6 @@ public void detectWebAnnotationsGcs() throws Exception {
249
248
250
251
252
253
254
255
0 commit comments