X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fabstract%2Fabstract-pool.test.js;h=a62caad828a79ab428697eaca2c9b3aa1826fc13;hb=216541b6ef3426586d4c47bd52845e83bd072d15;hp=6c340ed9f089ea6f9fd5deeb126480dc0e0ab3df;hpb=21f710aa73abbb5d90328cfb199adfc0f7a70406;p=poolifier.git diff --git a/tests/pools/abstract/abstract-pool.test.js b/tests/pools/abstract/abstract-pool.test.js index 6c340ed9..a62caad8 100644 --- a/tests/pools/abstract/abstract-pool.test.js +++ b/tests/pools/abstract/abstract-pool.test.js @@ -75,7 +75,7 @@ describe('Abstract pool test suite', () => { ) }) - it('Verify dynamic pool sizing', () => { + it('Verify that dynamic pool sizing is checked', () => { expect( () => new DynamicThreadPool(2, 1, './tests/worker-files/thread/testWorker.js')