Skip to content

Commit

Permalink
fix(samples-test): increase likelihood threshold (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Jan 25, 2019
1 parent 5e9bd21 commit 263a400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlp/system-test/inspect.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ it('should report Bigquery table handling errors', async () => {
// CLI options
it('should have a minLikelihood option', async () => {
const promiseA = tools.runAsync(
`${cmd} string "My phone number is (123) 456-7890." -m LIKELY`,
`${cmd} string "My phone number is (123) 456-7890." -m VERY_LIKELY`,
cwd
);
const promiseB = tools.runAsync(
Expand Down

0 comments on commit 263a400

Please sign in to comment.