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

Commit

Permalink
chore(deps): update dependency uuid to v9 (#744)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency uuid to v9

* test: fix samples test

Co-authored-by: Alexander Fenster <github@fenster.name>
  • Loading branch information
renovate-bot and alexander-fenster committed Sep 9, 2022
1 parent 279468c commit 18ea0cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"mocha": "^8.0.0",
"pixelmatch": "^5.0.0",
"pngjs": "^6.0.0",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
4 changes: 2 additions & 2 deletions samples/system-test/inspect.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ describe('inspect', () => {

it('should have a maxFindings option', () => {
const outputA = execSync(
`node inspectString.js ${projectId} "My email is gary@example.com and my phone number is (223) 456-7890." LIKELIHOOD_UNSPECIFIED 2`
`node inspectString.js ${projectId} "My email is gary@example.com and my phone number is (223) 456-7890." LIKELIHOOD_UNSPECIFIED 1`
);
const outputB = execSync(
`node inspectString.js ${projectId} "My email is gary@example.com and my phone number is (223) 456-7890." LIKELIHOOD_UNSPECIFIED 3`
`node inspectString.js ${projectId} "My email is gary@example.com and my phone number is (223) 456-7890." LIKELIHOOD_UNSPECIFIED 2`
);
assert.notStrictEqual(
outputA.includes('PHONE_NUMBER'),
Expand Down

0 comments on commit 18ea0cd

Please sign in to comment.