build(deps-dev): apply updates
[poolifier.git] / tests / pools / abstract / abstract-pool.test.js
index 5ac704a60eff0a19588ffbbda41ff36a981021a6..af167214644e5bec7b3110aebea546c3fd340238 100644 (file)
@@ -147,7 +147,7 @@ describe('Abstract pool test suite', () => {
         new DynamicThreadPool(0, 0, './tests/worker-files/thread/testWorker.js')
     ).toThrowError(
       new RangeError(
-        'Cannot instantiate a dynamic pool with a pool size equal to zero'
+        'Cannot instantiate a dynamic pool with a maximum pool size equal to zero'
       )
     )
   })