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