Skip to content

Commit 6128895

Browse files
committed
Fix testInspectString.
1 parent f53ac56 commit 6128895

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dlp/src/test/java/dlp/snippets/InspectTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public void testInspectString() {
6666
InspectString.inspectString(PROJECT_ID, "I'm Gary and my email is [email protected]");
6767

6868
String output = bout.toString();
69-
assertThat(output, CoreMatchers.containsString("Info type: PHONE_NUMBER"));
7069
assertThat(output, CoreMatchers.containsString("Info type: EMAIL_ADDRESS"));
7170
}
7271

0 commit comments

Comments
 (0)