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 Jun 4, 2018
1 parent 045dcf3 commit 27150e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,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 @@ -256,7 +256,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 27150e7

Please sign in to comment.