X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fthread%2Fdynamic.test.mjs;h=c31e141c091b52c7ff2050253051eb8fd2e68092;hb=fa015370d8f886ee3dcb348483dfa4187239d4d3;hp=0918065b403314f942fc4e3422e83740cdd3e654;hpb=003b327529b6d09cad10b6fa3fed6be278add27d;p=poolifier.git diff --git a/tests/pools/thread/dynamic.test.mjs b/tests/pools/thread/dynamic.test.mjs index 0918065b..c31e141c 100644 --- a/tests/pools/thread/dynamic.test.mjs +++ b/tests/pools/thread/dynamic.test.mjs @@ -74,7 +74,7 @@ describe('Dynamic thread pool test suite', () => { it('Validation of inputs test', () => { expect(() => new DynamicThreadPool(min)).toThrowError( - 'Please specify a file with a worker implementation' + "Cannot find the worker file 'undefined'" ) })