X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fabstract%2Fabstract-pool.test.js;h=d5b105497dc5297bc9af5d1e000a51624979ff5e;hb=8c6d4acf22398bf755be85612cf1e79f3dd5fbf7;hp=8652287769af1d63267dde6cc4873e1284fa15e2;hpb=04f4516344e1c6968de6312bcafc8f7e2b3b0eeb;p=poolifier.git diff --git a/tests/pools/abstract/abstract-pool.test.js b/tests/pools/abstract/abstract-pool.test.js index 86522877..d5b10549 100644 --- a/tests/pools/abstract/abstract-pool.test.js +++ b/tests/pools/abstract/abstract-pool.test.js @@ -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' ) })