Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 7ab8b2c

Browse files
author
Travis Tomsu
authored
fix(tests): Vision doesn't detect boston terriers anymore (#2607)
1 parent 1909fe1 commit 7ab8b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-gcp-samples/spring-cloud-gcp-vision-api-sample/src/test/java/com/example/VisionApiSampleApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void testClassifyImageLabels() throws Exception {
8383
.map(annotation -> annotation.getDescription().toLowerCase().trim())
8484
.collect(Collectors.toList());
8585

86-
assertThat(annotationNames).contains("boston terrier");
86+
assertThat(annotationNames).contains("dog");
8787
});
8888
}
8989
}

0 commit comments

Comments
 (0)