Skip to content

Commit

Permalink
fix: flaky testInspectStringMultipleRulesPatientRule (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor authored Sep 1, 2020
1 parent 371b755 commit d580544
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ public void testInspectStringCustomHotwordNegativeExample() throws Exception {
@Test
public void testInspectStringMultipleRulesPatientRule() throws Exception {
InspectStringMultipleRules.inspectStringMultipleRules(PROJECT_ID,
"patient: Jane Doe");
"patient name: Jane Doe");

String output = bout.toString();
assertThat(output).contains("VERY_LIKELY");
assertThat(output).contains("LIKELY");
}

@Test
Expand Down

0 comments on commit d580544

Please sign in to comment.