X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fthread%2Fdynamic.test.mjs;h=f7329710bd3c90e2264bebed7ab7aa628c0bccae;hb=903555377ec8775a7094d29f83e5287916c6e44f;hp=efcc417e9a2ff5b98db606638efff112bfdc54ed;hpb=b73887071ac359b50a7f117a76b3edf268841aac;p=poolifier.git diff --git a/tests/pools/thread/dynamic.test.mjs b/tests/pools/thread/dynamic.test.mjs index efcc417e..f7329710 100644 --- a/tests/pools/thread/dynamic.test.mjs +++ b/tests/pools/thread/dynamic.test.mjs @@ -76,7 +76,7 @@ describe('Dynamic thread pool test suite', () => { it('Validation of inputs test', () => { expect(() => new DynamicThreadPool(min)).toThrow( - "Cannot find the worker file 'undefined'" + 'The worker file path must be specified' ) })