feat: add pool and worker readyness tracking infrastructure
[poolifier.git] / tests / pools / cluster / fixed.test.js
index a0331317e7d14809e03dd776c96b1c6bcbd08051..e0ad0ccce3078a947473438921efb3464640156d 100644 (file)
@@ -239,6 +239,6 @@ describe('Fixed cluster pool test suite', () => {
     expect(
       () =>
         new FixedClusterPool(0, './tests/worker-files/cluster/testWorker.js')
-    ).toThrowError('Cannot instantiate a fixed pool with no worker')
+    ).toThrowError('Cannot instantiate a fixed pool with zero worker')
   })
 })