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 f53ac56 commit 6128895Copy full SHA for 6128895
dlp/src/test/java/dlp/snippets/InspectTests.java
@@ -66,7 +66,6 @@ public void testInspectString() {
66
InspectString.inspectString(PROJECT_ID, "I'm Gary and my email is [email protected]");
67
68
String output = bout.toString();
69
- assertThat(output, CoreMatchers.containsString("Info type: PHONE_NUMBER"));
70
assertThat(output, CoreMatchers.containsString("Info type: EMAIL_ADDRESS"));
71
}
72
0 commit comments