build(deps-dev): apply updates
[poolifier.git] / tests / pools / cluster / fixed.test.js
index 0415d9c1eaa7a94cdc1f1260a9bac060c5703c04..1f4337e423de3b1879f8b6b7865701eeb672711a 100644 (file)
@@ -27,7 +27,7 @@ describe('Fixed cluster pool test suite', () => {
   const emptyPool = new FixedClusterPool(
     numberOfWorkers,
     './tests/worker-files/cluster/emptyWorker.js',
-    { exitHandler: () => console.log('empty pool worker exited') }
+    { exitHandler: () => console.info('empty pool worker exited') }
   )
   const echoPool = new FixedClusterPool(
     numberOfWorkers,