Skip to content

Commit 7918edb

Browse files
committed
Fixed package structure and InspectString test.
1 parent b9e4e63 commit 7918edb

File tree

3 files changed

+0
-1
lines changed

3 files 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 gary@example.com");
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)