Skip to content

Commit 263a400

Browse files
jkwluiJustinBeckwith
authored andcommitted
fix(samples-test): increase likelihood threshold (#222)
1 parent 5e9bd21 commit 263a400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/system-test/inspect.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ it('should report Bigquery table handling errors', async () => {
244244
// CLI options
245245
it('should have a minLikelihood option', async () => {
246246
const promiseA = tools.runAsync(
247-
`${cmd} string "My phone number is (123) 456-7890." -m LIKELY`,
247+
`${cmd} string "My phone number is (123) 456-7890." -m VERY_LIKELY`,
248248
cwd
249249
);
250250
const promiseB = tools.runAsync(

0 commit comments

Comments
 (0)