File tree 2 files changed +3
-3
lines changed
vision/beta/cloud-client/src/test/java/com/example/vision 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
<java .version>1.8</java .version>
39
39
<maven .compiler.source>1.8</maven .compiler.source>
40
40
<maven .compiler.target>1.8</maven .compiler.target>
41
- <apache_beam .version>2.4 .0</apache_beam .version>
41
+ <apache_beam .version>2.3 .0</apache_beam .version>
42
42
</properties >
43
43
44
44
<build >
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ public void detectWebAnnotations() throws Exception {
244
244
245
245
// Assert
246
246
String got = bout .toString ();
247
- assertThat (got ).contains ("Landmark " );
247
+ assertThat (got ).contains ("History " );
248
248
assertThat (got ).contains ("Best guess label: palace of fine arts" );
249
249
}
250
250
@@ -256,7 +256,7 @@ public void detectWebAnnotationsGcs() throws Exception {
256
256
257
257
// Assert
258
258
String got = bout .toString ();
259
- assertThat (got ).contains ("Landmark " );
259
+ assertThat (got ).contains ("History " );
260
260
assertThat (got ).contains ("Best guess label: palace of fine arts" );
261
261
}
262
262
You can’t perform that action at this time.
0 commit comments