File tree 4 files changed +9
-9
lines changed
src/test/java/com/example/vision
src/test/java/com/example/vision 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 40
40
<dependency >
41
41
<groupId >com.google.cloud</groupId >
42
42
<artifactId >google-cloud-vision</artifactId >
43
- <version >1.24.1 </version >
43
+ <version >1.29.0 </version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >com.google.cloud</groupId >
47
47
<artifactId >google-cloud-storage</artifactId >
48
- <version >1.24.1 </version >
48
+ <version >1.29.0 </version >
49
49
</dependency >
50
50
<!-- [END dependencies] -->
51
51
60
60
<dependency >
61
61
<groupId >com.google.truth</groupId >
62
62
<artifactId >truth</artifactId >
63
- <version >0.39 </version >
63
+ <version >0.40 </version >
64
64
<scope >test</scope >
65
65
</dependency >
66
66
</dependencies >
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
Original file line number Diff line number Diff line change 40
40
<dependency >
41
41
<groupId >com.google.cloud</groupId >
42
42
<artifactId >google-cloud-vision</artifactId >
43
- <version >1.22 .0</version >
43
+ <version >1.29 .0</version >
44
44
</dependency >
45
45
<!-- [END dependencies] -->
46
46
55
55
<dependency >
56
56
<groupId >com.google.truth</groupId >
57
57
<artifactId >truth</artifactId >
58
- <version >0.39 </version >
58
+ <version >0.40 </version >
59
59
<scope >test</scope >
60
60
</dependency >
61
61
</dependencies >
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ public void detectWebAnnotations() throws Exception {
236
236
237
237
// Assert
238
238
String got = bout .toString ();
239
- assertThat (got ).contains ("Landmark " );
239
+ assertThat (got ).contains ("History " );
240
240
assertThat (got ).contains ("Best guess label: palace of fine arts" );
241
241
}
242
242
@@ -248,7 +248,7 @@ public void detectWebAnnotationsGcs() throws Exception {
248
248
249
249
// Assert
250
250
String got = bout .toString ();
251
- assertThat (got ).contains ("Landmark " );
251
+ assertThat (got ).contains ("History " );
252
252
assertThat (got ).contains ("Best guess label: palace of fine arts" );
253
253
}
254
254
You can’t perform that action at this time.
0 commit comments