Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 38a3636

Browse files
alicejligcf-owl-bot[bot]renovate-bot
authored
fix: update DeIdentificationTest (#976)
* 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE4NC4yIn0=--> * fix tests Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com>
1 parent 1f573bb commit 38a3636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/src/test/java/dlp/snippets/DeIdentificationTests.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public void testDeIdentifyTableInfoTypes() throws IOException {
311311
.addValues(
312312
Value.newBuilder()
313313
.setStringValue(
314-
"[PERSON_NAME] name was a curse invented by Shakespeare.")
314+
"[PERSON_NAME] name was a curse invented by [PERSON_NAME].")
315315
.build())
316316
.build())
317317
.addRows(
@@ -447,7 +447,7 @@ public void testDeIdentifyTableConditionsInfoTypes() throws IOException {
447447
.addValues(
448448
Value.newBuilder()
449449
.setStringValue(
450-
"[PERSON_NAME] name was a curse invented by Shakespeare.")
450+
"[PERSON_NAME] name was a curse invented by [PERSON_NAME].")
451451
.build())
452452
.build())
453453
.addRows(

0 commit comments

Comments
 (0)