From 661f3160963bd72e04911eaecf8b39511b9dbc69 Mon Sep 17 00:00:00 2001 From: Alice <65933803+alicejli@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:06:31 -0400 Subject: [PATCH] fix: update DeIdentificationTest (#976) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: update DeIdentificationTest * temp test * updating tests * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(deps): update dependency com.google.cloud:libraries-bom to v26.1.1 (#975) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.1.0` -> `26.1.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/compatibility-slim/26.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/confidence-slim/26.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dlp). * fix tests Co-authored-by: Owl Bot Co-authored-by: WhiteSource Renovate --- .../src/test/java/dlp/snippets/DeIdentificationTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java-dlp/samples/snippets/src/test/java/dlp/snippets/DeIdentificationTests.java b/java-dlp/samples/snippets/src/test/java/dlp/snippets/DeIdentificationTests.java index 3f4f7683335c..e691444ec81c 100644 --- a/java-dlp/samples/snippets/src/test/java/dlp/snippets/DeIdentificationTests.java +++ b/java-dlp/samples/snippets/src/test/java/dlp/snippets/DeIdentificationTests.java @@ -311,7 +311,7 @@ public void testDeIdentifyTableInfoTypes() throws IOException { .addValues( Value.newBuilder() .setStringValue( - "[PERSON_NAME] name was a curse invented by Shakespeare.") + "[PERSON_NAME] name was a curse invented by [PERSON_NAME].") .build()) .build()) .addRows( @@ -447,7 +447,7 @@ public void testDeIdentifyTableConditionsInfoTypes() throws IOException { .addValues( Value.newBuilder() .setStringValue( - "[PERSON_NAME] name was a curse invented by Shakespeare.") + "[PERSON_NAME] name was a curse invented by [PERSON_NAME].") .build()) .build()) .addRows(