Skip to content

Commit

Permalink
Fixed package structure and InspectString test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Nov 7, 2018
1 parent b9e4e63 commit 7918edb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlp/src/test/java/dlp/snippets/InspectTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public void testInspectString() {
InspectString.inspectString(PROJECT_ID, "I'm Gary and my email is gary@example.com");

String output = bout.toString();
assertThat(output, CoreMatchers.containsString("Info type: PHONE_NUMBER"));
assertThat(output, CoreMatchers.containsString("Info type: EMAIL_ADDRESS"));
}

Expand Down

0 comments on commit 7918edb

Please sign in to comment.