We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d5064 commit 661f316Copy full SHA for 661f316
java-dlp/samples/snippets/src/test/java/dlp/snippets/DeIdentificationTests.java
@@ -311,7 +311,7 @@ public void testDeIdentifyTableInfoTypes() throws IOException {
311
.addValues(
312
Value.newBuilder()
313
.setStringValue(
314
- "[PERSON_NAME] name was a curse invented by Shakespeare.")
+ "[PERSON_NAME] name was a curse invented by [PERSON_NAME].")
315
.build())
316
317
.addRows(
@@ -447,7 +447,7 @@ public void testDeIdentifyTableConditionsInfoTypes() throws IOException {
447
448
449
450
451
452
453
0 commit comments