build(deps): bump poolifier
[poolifier.git] / tests / pools / abstract / abstract-pool.test.js
index 953e50d07d09b43f1d36fb52317434b81e09152e..d5b105497dc5297bc9af5d1e000a51624979ff5e 100644 (file)
@@ -33,7 +33,9 @@ describe('Abstract pool test suite', () => {
             errorHandler: (e) => console.error(e)
           }
         )
-    ).toThrowError('Cannot start a pool from a worker!')
+    ).toThrowError(
+      'Cannot start a pool from a worker with the same type as the pool'
+    )
   })
 
   it('Verify that filePath is checked', () => {