Skip to content

Commit 6140b6e

Browse files
jabubakechingor13
authored andcommitted
samples: patching dlp test (#829)
* patching dlp test * typo fix
1 parent 8ed7cd7 commit 6140b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/snippets/snippets/src/test/java/com/example/dlp/MetadataIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void testRootCategoriesAreRetrieved() throws Exception {
5353
public void testInfoTypesAreRetrieved() throws Exception {
5454
Metadata.main(new String[] {"-category", "GOVERNMENT"});
5555
String output = bout.toString();
56-
assertTrue(output.contains("AUSTRALIA_TAX_FILE_NUMBER"));
56+
assertTrue(output.contains("Name") && output.contains("Display name"));
5757
}
5858

5959
@After

0 commit comments

Comments
 (0)