test: improve pool events check tests
[poolifier.git] / tests / pools / abstract / abstract-pool.test.js
index 6c340ed9f089ea6f9fd5deeb126480dc0e0ab3df..a62caad828a79ab428697eaca2c9b3aa1826fc13 100644 (file)
@@ -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')