Skip to content

Commit

Permalink
samples: patching dlp test (#829)
Browse files Browse the repository at this point in the history
* patching dlp test

* typo fix
  • Loading branch information
jabubake authored and chingor13 committed Aug 4, 2020
1 parent 8ed7cd7 commit 6140b6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void testRootCategoriesAreRetrieved() throws Exception {
public void testInfoTypesAreRetrieved() throws Exception {
Metadata.main(new String[] {"-category", "GOVERNMENT"});
String output = bout.toString();
assertTrue(output.contains("AUSTRALIA_TAX_FILE_NUMBER"));
assertTrue(output.contains("Name") && output.contains("Display name"));
}

@After
Expand Down

0 comments on commit 6140b6e

Please sign in to comment.