File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
vision/beta/cloud-client/src/test/java/com/example/vision Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 53
53
<artifactId >maven-failsafe-plugin</artifactId >
54
54
<version >2.19.1</version >
55
55
<configuration >
56
+ <reportNameSuffix >sponge_log.xml</reportNameSuffix >
56
57
<systemPropertyVariables >
57
58
<spanner .test.instance>default-instance</spanner .test.instance>
58
59
</systemPropertyVariables >
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