X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fpools%2Fcluster%2Fdynamic.test.js;h=53a5f8d0b232e18ac26effb3ccfe466297f5458a;hb=3be5ac00a9f736bda56c5ef053c4cd3b17f851f6;hp=2cff475f99cd6b0368b216a9f45931fd7050fed6;hpb=8bc7762018845abb73680eb1bbd65802b002ea08;p=poolifier.git diff --git a/tests/pools/cluster/dynamic.test.js b/tests/pools/cluster/dynamic.test.js index 2cff475f..53a5f8d0 100644 --- a/tests/pools/cluster/dynamic.test.js +++ b/tests/pools/cluster/dynamic.test.js @@ -12,7 +12,7 @@ const pool = new DynamicClusterPool( } ) -describe('Dynamic cluster pool test suite ', () => { +describe('Dynamic cluster pool test suite', () => { it('Verify that the function is executed in a worker cluster', async () => { const result = await pool.execute({ test: 'test' }) expect(result).toBeDefined()