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