X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fabstract%2Fabstract-pool.test.js;h=a62caad828a79ab428697eaca2c9b3aa1826fc13;hb=984910dc4377061815ef8cb33a6dc91dfc35be3c;hp=6c340ed9f089ea6f9fd5deeb126480dc0e0ab3df;hpb=84d0f4f2937987e5adbb8cfa94839eaf050c7502;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')