8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219f9ad commit 7071817Copy full SHA for 7071817
dlp/src/test/java/com/example/dlp/MetadataIT.java
@@ -53,7 +53,7 @@ public void testRootCategoriesAreRetrieved() throws Exception {
53
public void testInfoTypesAreRetrieved() throws Exception {
54
Metadata.main(new String[] {"-category", "GOVERNMENT"});
55
String output = bout.toString();
56
- assertTrue(output.contains("AUSTRALIA_TAX_FILE_NUMBER"));
+ assertTrue(output.contains("Name") && output.contains("Display name"));
57
}
58
59
@After
0 commit comments