Skip to content

Commit

Permalink
samples: Update vision dependency version and fix test. (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlier-gcp authored and chingor13 committed Aug 13, 2020
1 parent c22d639 commit 4225a14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public void detectWebAnnotations() throws Exception {

// Assert
String got = bout.toString();
assertThat(got).contains("Landmark");
assertThat(got).contains("History");
assertThat(got).contains("Best guess label: palace of fine arts");
}

Expand All @@ -248,7 +248,7 @@ public void detectWebAnnotationsGcs() throws Exception {

// Assert
String got = bout.toString();
assertThat(got).contains("Landmark");
assertThat(got).contains("History");
assertThat(got).contains("Best guess label: palace of fine arts");
}

Expand Down

0 comments on commit 4225a14

Please sign in to comment.