refactor: refine pool startup error message
[poolifier.git] / tests / pools / abstract / abstract-pool.test.js
index 8652287769af1d63267dde6cc4873e1284fa15e2..d5b105497dc5297bc9af5d1e000a51624979ff5e 100644 (file)
@@ -34,7 +34,7 @@ describe('Abstract pool test suite', () => {
           }
         )
     ).toThrowError(
-      'Cannot start a pool from the same worker type as the current pool one'
+      'Cannot start a pool from a worker with the same type as the pool'
     )
   })