Skip to content

Commit

Permalink
Generalized testDetextWebEntitiesIncludeGeoResults. (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored Jan 3, 2018
1 parent 7f5772f commit 5aff7b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public void testDetectWebEntitiesIncludeGeoResults() throws Exception {
// Assert
String got = bout.toString();
// Note: entities and labels can change over time.
assertThat(got).contains("Tel Aviv");
assertThat(got).doesNotContain("Error");
}

@Test
Expand Down

0 comments on commit 5aff7b9

Please sign in to comment.