We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371b755 commit d580544Copy full SHA for d580544
dlp/snippets/snippets/src/test/java/dlp/snippets/InspectTests.java
@@ -231,10 +231,10 @@ public void testInspectStringCustomHotwordNegativeExample() throws Exception {
231
@Test
232
public void testInspectStringMultipleRulesPatientRule() throws Exception {
233
InspectStringMultipleRules.inspectStringMultipleRules(PROJECT_ID,
234
- "patient: Jane Doe");
+ "patient name: Jane Doe");
235
236
String output = bout.toString();
237
- assertThat(output).contains("VERY_LIKELY");
+ assertThat(output).contains("LIKELY");
238
}
239
240
0 commit comments