From 263a40061a82d73a4bc4130347369159ff601590 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Fri, 25 Jan 2019 15:04:54 -0800 Subject: [PATCH] fix(samples-test): increase likelihood threshold (#222) --- dlp/system-test/inspect.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlp/system-test/inspect.test.js b/dlp/system-test/inspect.test.js index 648210e203..a7955f6045 100644 --- a/dlp/system-test/inspect.test.js +++ b/dlp/system-test/inspect.test.js @@ -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(